Skip to content

Commit

Permalink
Fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratmir Tsaregorodtsev authored and Ratmir Tsaregorodtsev committed Sep 22, 2023
1 parent 940900f commit 4b6e5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,

"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"strictNullChecks": true,
"isolatedModules": true,
"noEmit": true,
"noImplicitAny": true,

"sourceMap": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit 4b6e5d3

Please sign in to comment.