Skip to content

Commit

Permalink
remove unnecessary tsconfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy-c committed Feb 2, 2022
1 parent 2d14c2a commit b0cb6c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"typings/**/*.d.ts",
"src/design/components/atoms/loaders/withThemeProps.tss"
],
"include": ["src/**/*.ts", "src/**/*.tsx", "typings/**/*.d.ts"],
"exclude": ["dist", "node_modules"],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit b0cb6c6

Please sign in to comment.