22 lines
577 B
JSON
22 lines
577 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/server/src/*"
|
||
|
],
|
||
|
"@web/*": [
|
||
|
"./apps/web-client/*"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|