{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "es2023", "lib": ["ES2023", "DOM"], "module": "esnext", "types": ["vite/client", "node"], "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "moduleDetection": "force", "noEmit": true, "jsx": "react-jsx", /* Linting */ "noUnusedLocals": true, "noUnusedParameters": true, "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true }, "include": ["src", "vite.config.ts"] }