diff --git a/tsconfig.node.json b/tsconfig.node.json index 0d3d7144..8c1396a7 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -4,19 +4,15 @@ "lib": ["ES2023"], "module": "ESNext", "skipLibCheck": true, - - /* Bundler mode */ + "skipDefaultLibCheck": true, "moduleResolution": "bundler", - "allowImportingTsExtensions": true, "isolatedModules": true, - "moduleDetection": "force", "noEmit": true, - - /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "noImplicitAny": true }, "include": ["vite.config.ts"] }