CV/tsconfig.build.json
2023-10-27 18:32:36 +02:00

9 lines
139 B
JSON

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