thunderhub/tsconfig.build.json

5 lines
97 B
JSON
Raw Normal View History

2021-12-07 22:16:40 -05:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}