Spaces:
Running on Zero
Running on Zero
Invalid JSON:Expected double-quoted property name in JSONat line 8, column 5
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "useDefineForClassFields": true, | |
| "module": "ESNext", | |
| "lib": ["ES2022", "DOM", "DOM.Iterable"], | |
| "skipLibCheck": true, | |
| /* Bundler mode */ | |
| "moduleResolution": "bundler", | |
| "allowImportingTsExtensions": true, | |
| "verbatimModuleSyntax": true, | |
| "moduleDetection": "force", | |
| "noEmit": true, | |
| /* Linting */ | |
| "strictPropertyInitialization": false, | |
| "noUncheckedIndexedAccess": false, | |
| "noImplicitAny": false, | |
| "noImplicitThis": false, | |
| "noUnusedLocals": false, | |
| "noUnusedParameters": false, | |
| "erasableSyntaxOnly": false, | |
| "exactOptionalPropertyTypes": false, | |
| "noFallthroughCasesInSwitch": false, | |
| "noUncheckedSideEffectImports": false, | |
| "types": ["vitest"], | |
| "resolveJsonModule": true | |
| }, | |
| "include": ["src"] | |
| } | |