From 1e9f23ebba5e0729b64e757d6901205278871e9f Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Tue, 12 Dec 2017 13:06:02 -0800 Subject: Fix build errors --- packages/0x.js/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/0x.js') 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/**/*", -- cgit v1.2.3