diff options
Diffstat (limited to 'packages/0x.js/tsconfig.json')
-rw-r--r-- | packages/0x.js/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/0x.js/tsconfig.json b/packages/0x.js/tsconfig.json index b02dd3ac8..a5da86b88 100644 --- a/packages/0x.js/tsconfig.json +++ b/packages/0x.js/tsconfig.json @@ -8,8 +8,7 @@ "declaration": true, "noImplicitAny": true, "experimentalDecorators": true, - "strictNullChecks": true, - "types": [ "jsonschema", "lodash", "mocha", "node", "sinon", "uuid"] + "strictNullChecks": true }, "include": [ "./src/**/*", |