Files
nest/packages/common/tsconfig.build.json
2022-11-07 09:02:14 +01:00

11 lines
210 B
JSON

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