2026-01-25 16:01:09 -08:00
|
|
|
{
|
|
|
|
|
"extends": "@lilith/configs/typescript/nestjs",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
"baseUrl": "./",
|
2026-03-19 06:35:10 -07:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
2026-01-25 16:01:09 -08:00
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["src/*"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
|
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
|
|
|
|
|
}
|