Spaces:
Runtime error
Runtime error
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ES2022", | |
| "moduleResolution": "bundler", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "noEmit": true, | |
| "types": ["node"], | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true | |
| }, | |
| "include": ["src/**/*.ts", "scripts/**/*.mjs"] | |
| } | |