autobaan/tsconfig.build.json
2023-05-26 15:43:14 -05:00

4 lines
97 B
JSON

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