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