scoresaber-reloadedv3/projects/common/tsconfig.json

22 lines
554 B
JSON
Raw Normal View History

2024-10-04 19:35:44 +00:00
{
"compilerOptions": {
2024-10-08 14:32:02 +00:00
"module": "ES2022",
"moduleResolution": "Bundler",
"target": "ES2022",
2024-10-04 21:21:37 +00:00
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
}
2024-10-04 19:35:44 +00:00
}