Skip to content

Commit

Permalink
Improve TypeScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Mar 13, 2024
1 parent c25090a commit 8a9328e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions sample/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"isolatedModules": true,
"jsx": "react-jsx",
"module": "esnext",
"moduleResolution": "bundler",
"module": "preserve",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "esnext",
Expand Down
6 changes: 1 addition & 5 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"isolatedModules": true,
"jsx": "react-jsx",
"module": "esnext",
"moduleResolution": "bundler",
"module": "preserve",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "esnext",
Expand Down

0 comments on commit 8a9328e

Please sign in to comment.