aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/tsconfig.json')
-rw-r--r--packages/json-schemas/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/json-schemas/tsconfig.json b/packages/json-schemas/tsconfig.json
index 40c2f0c8c..0a0513d01 100644
--- a/packages/json-schemas/tsconfig.json
+++ b/packages/json-schemas/tsconfig.json
@@ -7,7 +7,8 @@
"sourceMap": true,
"declaration": true,
"noImplicitAny": true,
- "strictNullChecks": true
+ "strictNullChecks": true,
+ "types": [ "lodash.foreach", "lodash.values", "mocha"]
},
"include": [
"./src/**/*",