{ "compilerOptions": { "allowImportingTsExtensions": true, "erasableSyntaxOnly": true, "lib": ["ES2023"], "module": "ESNext", "moduleDetection": "force", /* Bundler mode */ "moduleResolution": "bundler", "noEmit": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "noUnusedLocals": true, "noUnusedParameters": true, "skipLibCheck": true, /* Linting */ "strict": true, "target": "ES2023", "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "types": ["node"], "verbatimModuleSyntax": true }, "include": ["vite.config.ts"] }