2024-07-14 20:25:52 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2024-10-16 16:58:05 -04:00
|
|
|
"baseUrl": ".",
|
2024-07-14 20:25:52 -04:00
|
|
|
"experimentalDecorators": true,
|
2024-10-16 16:58:05 -04:00
|
|
|
"emitDecoratorMetadata": true,
|
2024-07-14 20:25:52 -04:00
|
|
|
"incremental": true,
|
|
|
|
"skipLibCheck": true,
|
2024-07-15 14:17:40 -04:00
|
|
|
"strictNullChecks": true,
|
2024-10-16 16:58:05 -04:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"strictBindCallApply": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"paths": {
|
2024-11-23 01:06:37 -05:00
|
|
|
"@server/*": ["./apps/backend/src/*"]
|
2024-10-16 16:58:05 -04:00
|
|
|
}
|
2024-07-14 20:25:52 -04:00
|
|
|
}
|
2024-07-27 01:19:40 -04:00
|
|
|
}
|