LocChat/tsconfig.build.json
Joseph Ditton edbbed2050 readme
2021-12-03 17:00:23 -07:00

5 lines
107 B
JSON

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