Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "lib": ["DOM", "ES2020"], | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "strict": true, | |
| "jsx": "react-jsx", | |
| "resolveJsonModule": true, | |
| "noEmit": true, | |
| "types": ["vite/client"] | |
| }, | |
| "include": ["src"] | |
| } | |