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