Spaces:
Sleeping
Sleeping
File size: 356 Bytes
61d39e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"rootDir": "./src/backend",
"strict": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"sourceMap": true,
"removeComments": true,
"noEmitOnError": true,
"noImplicitAny": false
}
} |