Files
domain-driven-hexagon/tsconfig.build.json
2020-11-29 17:04:56 +01:00

5 lines
97 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}