aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/tsconfig.app.json')
-rw-r--r--client/src/tsconfig.app.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/src/tsconfig.app.json b/client/src/tsconfig.app.json
index 39ba8dbac..4339f4d4b 100644
--- a/client/src/tsconfig.app.json
+++ b/client/src/tsconfig.app.json
@@ -8,6 +8,11 @@
8 }, 8 },
9 "exclude": [ 9 "exclude": [
10 "test.ts", 10 "test.ts",
11 "**/*.spec.ts" 11 "**/*.spec.ts",
12 "../node_modules/ngx-clipboard/**/*.spec.ts"
13 ],
14 "include": [
15 "**/*.ts",
16 "../node_modules/ngx-clipboard/*/**.ts"
12 ] 17 ]
13} 18}