thunderhub/tsconfig.build.json
2021-12-07 22:16:40 -05:00

5 lines
97 B
JSON

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