Skip to content

Commit

Permalink
chore: fix typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya2h committed Aug 18, 2023
1 parent 24e32d0 commit 6f2e95b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"skipLibCheck": true,
"experimentalDecorators": true
},
"include": ["src/**/*", "typings.d.ts"],
"exclude": ["build", "node_modules", "stories"]
}
}

0 comments on commit 6f2e95b

Please sign in to comment.