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