Spaces:
Running
Running
Invalid JSON:
Expected double-quoted property name in JSON
at line 9, column 5
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "useDefineForClassFields": true, | |
| "lib": ["ES2020", "DOM", "DOM.Iterable"], | |
| "module": "ESNext", | |
| "skipLibCheck": true, | |
| /* Bundler mode */ | |
| "moduleResolution": "bundler", | |
| "allowImportingTsExtensions": true, | |
| "resolveJsonModule": true, | |
| "isolatedModules": true, | |
| "noEmit": true, | |
| "jsx": "react-jsx", | |
| /* Linting */ | |
| "strict": true, | |
| "noUnusedLocals": false, | |
| "noUnusedParameters": false, | |
| "noFallthroughCasesInSwitch": true, | |
| /* Types */ | |
| "types": ["vite/client", "node"] | |
| }, | |
| "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts", "services/**/*.ts", "pages/**/*.tsx", "components/**/*.tsx", "types.ts", "App.tsx", "index.tsx"], | |
| "exclude": ["server.js", "node_modules"], | |
| "references": [{ "path": "./tsconfig.node.json" }] | |
| } |