Skip to content

Commit 3829331

Browse files
author
Andrey Okonetchnikov
committed
Cleanup
1 parent b77313d commit 3829331

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@component-driven/mixins": major
3+
---
4+
5+
Convert to TypeScript

packages/components/src/primitives/Button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export type ButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "d
3838
}
3939

4040
const Button = styled.button<ButtonProps>(
41-
// TODO: The `css` calls are still not typed against our theme so be careful for now!
4241
css({
4342
appearance: "none",
4443
display: "inline-block",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"strict": true,
1919
"target": "esnext"
2020
},
21-
"exclude": ["packages/components/node_modules", "packages/mixins/node_modules"],
21+
"exclude": ["packages/**/node_modules"],
2222
"include": ["**/*.ts", "**/*.tsx"]
2323
}

0 commit comments

Comments
 (0)