imajin/node_modules/@nestjs/common/tsconfig.build.json
2026-01-10 04:52:11 -08:00

10 lines
210 B
JSON

{
"extends": "../tsconfig.build.json",
"compilerOptions": {
"outDir": ".",
"rootDir": ".",
"paths": {}
},
"exclude": ["node_modules", "dist", "test/**/*", "*.spec.ts"],
"references": []
}