diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-12-03 17:00:23 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-12-03 17:00:23 -0700 |
commit | edbbed205031fa21c42e309cbf1161e20135e44b (patch) | |
tree | 7cdf313e58e2c00f87909db1140368d9469dced5 /tsconfig.build.json | |
parent | 95961c5a14d07c79ffae0f0f36b58ca7c3ea521b (diff) | |
download | locchat-edbbed205031fa21c42e309cbf1161e20135e44b.tar.gz locchat-edbbed205031fa21c42e309cbf1161e20135e44b.zip |
readme
Diffstat (limited to 'tsconfig.build.json')
-rw-r--r-- | tsconfig.build.json | 2 |
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"] } |