|
@@ -10,10 +10,10 @@
|
|
"resolveJsonModule": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["esnext", "dom"],
|
|
"lib": ["esnext", "dom"],
|
|
- "types": ["vite/client", "node"],
|
|
|
|
|
|
+ "types": ["vite/client", "node", "@tresjs/core"],
|
|
"incremental": false,
|
|
"incremental": false,
|
|
"skipLibCheck": true,
|
|
"skipLibCheck": true,
|
|
- "noUnusedLocals": true,
|
|
|
|
|
|
+ "noUnusedLocals": false,
|
|
"strictNullChecks": true,
|
|
"strictNullChecks": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"declaration": true,
|