waterwolf-auth/tsconfig.json
Kakious 994a94f9e3
Some checks failed
/ build (push) Failing after 10s
feat: begin new ui
fix: attempt to build using local docker file
2024-11-23 01:06:37 -05:00

17 lines
414 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"noImplicitAny": true,
"strictBindCallApply": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"paths": {
"@server/*": ["./apps/backend/src/*"]
}
}
}