LocChat/tsconfig.build.json

5 lines
107 B
JSON
Raw Permalink Normal View History

2021-10-29 20:57:24 -04:00
{
"extends": "./tsconfig.json",
2021-12-03 19:00:23 -05:00
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "client"]
2021-10-29 20:57:24 -04:00
}