Merge pull request #230 from kirklin/fix_tsconfig

fix(projects): tsconfig missing isolatedModules
This commit is contained in:
Soybean 2023-05-16 19:36:04 +08:00 committed by GitHub
commit 15da557892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"moduleResolution": "node",
"isolatedModules": true,
"resolveJsonModule": true,
"noUnusedLocals": true,
"strictNullChecks": true,