ad/tsconfig.build.json

5 lines
98 B
JSON

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