summaryrefslogtreecommitdiff
path: root/tsconfig.build.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.build.json')
-rw-r--r--tsconfig.build.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.build.json b/tsconfig.build.json
index 64f86c6..51000ea 100644
--- a/tsconfig.build.json
+++ b/tsconfig.build.json
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
- "exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
+ "exclude": ["node_modules", "test", "dist", "**/*spec.ts", "client"]
}