aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 70d2c51c2..4254010e7 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,7 +14,9 @@
14 "es2017" 14 "es2017"
15 ], 15 ],
16 "types": [ 16 "types": [
17 "node" 17 "node",
18 "chai-xml",
19 "chai-json-schema"
18 ] 20 ]
19 }, 21 },
20 "exclude": [ 22 "exclude": [