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/connect/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/connect/tsconfig.json') diff --git a/packages/connect/tsconfig.json b/packages/connect/tsconfig.json index 9648e5436..a6c8277f8 100644 --- a/packages/connect/tsconfig.json +++ b/packages/connect/tsconfig.json @@ -7,8 +7,7 @@ "sourceMap": true, "declaration": true, "noImplicitAny": true, - "strictNullChecks": true, - "types": [ "fetch-mock", "lodash", "mocha", "query-string", "websocket" ] + "strictNullChecks": true }, "include": [ "./src/**/*", -- cgit v1.2.3