Spaces:
Paused
Paused
| { | |
| "compilerOptions": { | |
| "target": "ESNext", | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "lib": ["esnext"], | |
| "incremental": true, | |
| "composite": true, | |
| "declaration": true, | |
| "sourceMap": true, | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "resolveJsonModule": true, | |
| "forceConsistentCasingInFileNames": true | |
| } | |
| } | |