Spaces:
Build error
Build error
File size: 335 Bytes
5816640 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"compilerOptions": {
"target": "ES2021",
"module": "ES2020",
"outDir": "dist",
"rootDir": "src",
"moduleResolution": "node16",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true
},
"include": ["src/**/*"]
}
|