Spaces:
Runtime error
Runtime error
{ | |
"compilerOptions": { | |
"target": "ES2024", | |
"module": "NodeNext", | |
"outDir": "./dist", | |
"rootDir": ".", | |
"strict": true, | |
"esModuleInterop": true, | |
"skipLibCheck": true, | |
"forceConsistentCasingInFileNames": true | |
}, | |
"include": ["**/*.ts"], | |
"exclude": ["node_modules"] | |
} | |