Spaces:
Runtime error
Runtime error
| { | |
| "compilerOptions": { | |
| "target": "ESNext", | |
| "module": "ESNext", | |
| "moduleResolution": "bundler", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "allowJs": true, | |
| "types": ["bun", "node"] | |
| }, | |
| "include": ["src/**/*"] | |
| } | |