Invalid JSON: Expected double-quoted property name in JSONat line 15, column 5
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "useDefineForClassFields": true, | |
| "module": "ESNext", | |
| "lib": [ | |
| "ES2022", | |
| "DOM", | |
| "DOM.Iterable" | |
| ], | |
| "types": [ | |
| "vite/client" | |
| ], | |
| "skipLibCheck": true, | |
| /* JSX */ | |
| "jsx": "react-jsx", | |
| /* Bundler mode */ | |
| "moduleResolution": "bundler", | |
| "allowImportingTsExtensions": true, | |
| "moduleDetection": "force", | |
| "noEmit": true, | |
| /* Linting */ | |
| "strict": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "noUncheckedSideEffectImports": true | |
| }, | |
| "include": [ | |
| "src" | |
| ] | |
| } |