Skip to content

Commit

Permalink
fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Mar 14, 2024
1 parent 4adceaf commit eabeda9
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"lib": [
"esnext",
"dom",
"dom.iterable",
"WebWorker"
],
"lib": ["esnext", "dom", "dom.iterable", "WebWorker"],
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand All @@ -21,16 +16,13 @@
"moduleResolution": "node",
"sourceMap": true,
"jsx": "react",
"isolatedModules": false,
"isolatedModules": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"declaration": true,
"outDir": "./lib",
"types": [
"vite/client",
"mocha"
],
"types": ["vite/client", "mocha"]
},
"exclude": [
"**/node_modules/**"
Expand Down

0 comments on commit eabeda9

Please sign in to comment.