22 lines
568 B
JSON
22 lines
568 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/*"
|
|
]
|
|
}
|
|
}
|
|
} |