scoresaber-reloadedv3/common/tsconfig.json

22 lines
557 B
JSON
Raw Normal View History

2024-10-04 21:21:37 +00:00
{
"compilerOptions": {
2024-10-04 21:25:22 +00:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
2024-10-04 21:21:37 +00:00
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
}
}