mirror of
https://github.com/tcsenpai/Cascade.git
synced 2025-06-02 16:00:04 +00:00
24 lines
702 B
JSON
24 lines
702 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"sourceRoot": "/",
|
|
"inlineSources": true,
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"types": ["node"],
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": false,
|
|
"noImplicitAny": false,
|
|
"strictBindCallApply": false,
|
|
"forceConsistentCasingInFileNames": false,
|
|
"noFallthroughCasesInSwitch": false
|
|
}
|
|
} |