Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "useDefineForClassFields": true, | |
| "lib": ["ES2020", "DOM", "DOM.Iterable"], | |
| "module": "ESNext", | |
| "skipLibCheck": true, | |
| "moduleResolution": "bundler", | |
| "allowSyntheticDefaultImports": true, | |
| "noEmit": true, | |
| "jsx": "react-jsx", | |
| "strict": false, | |
| "baseUrl": ".", | |
| "paths": { | |
| "@/*": ["src/*"] | |
| } | |
| }, | |
| "include": ["src", "**/*.ts", "**/*.tsx", "src/types/*.d.ts"], | |
| "exclude": ["vite.config.ts", "src/services/api.test.ts"], | |
| "references": [{ "path": "./tsconfig.node.json" }] | |
| } |