fix(projects): tsconfig missing isolatedModules

This commit is contained in:
Kirk Lin 2023-05-16 17:39:05 +08:00
parent 36fc74ce07
commit ab49afd3db

View File

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