Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "jsx": "react-jsx", | |
| "moduleResolution": "Bundler", | |
| "module": "ESNext", | |
| "target": "ES2022", | |
| "lib": ["DOM", "DOM.Iterable", "ES2022"], | |
| "skipLibCheck": true, | |
| "strictNullChecks": true, | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true | |
| } | |
| } | |