Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ESNext", | |
| "moduleResolution": "bundler", | |
| "lib": ["ES2022", "DOM", "DOM.Iterable"], | |
| "strict": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "noImplicitReturns": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "resolveJsonModule": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "types": ["vitest/globals", "node"] | |
| }, | |
| "include": ["src", "tests"] | |
| } | |