Spaces:
Runtime error
Runtime error
{ | |
"compilerOptions": { | |
"outDir": "./dist", | |
"rootDir": "./srcts", | |
"target": "es2020", | |
"module": "commonjs", | |
"lib": ["dom", "es2020"], | |
"strict": true, | |
"esModuleInterop": true, | |
"skipLibCheck": true, | |
"forceConsistentCasingInFileNames": true | |
}, | |
"include": ["srcts/**/*"] | |
} | |