Files
ads-saas/tsconfig.build.json

5 lines
108 B
JSON

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