fix: fix tsconfig.json
This commit is contained in:
parent
e42aa96601
commit
b96e9af8e7
@ -12,9 +12,13 @@
|
||||
"strict": false,
|
||||
"baseUrl": ".",
|
||||
"rootDir": "src",
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"isolatedModules": true,
|
||||
"moduleDetection": "force",
|
||||
"jsx": "react-jsx",
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"moduleResolution": "node",
|
||||
"declaration": true
|
||||
},
|
||||
"include": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user