Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ESNext", | |
| "moduleResolution": "bundler", | |
| "allowImportingTsExtensions": true, | |
| "noEmit": true, | |
| "allowJs": true, | |
| "skipLibCheck": true, | |
| "esModuleInterop": true | |
| } | |
| } |