Kakious
994a94f9e3
Some checks failed
/ build (push) Failing after 10s
fix: attempt to build using local docker file
17 lines
414 B
JSON
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/*"]
|
|
}
|
|
}
|
|
}
|