diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2017-12-13 05:06:02 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2017-12-13 07:56:30 +0800 |
commit | 1e9f23ebba5e0729b64e757d6901205278871e9f (patch) | |
tree | ad768a48539ebaa66f0c852f4d9a2183cbbcb2ce /packages/connect/tsconfig.json | |
parent | bbb768c5cfa8bf713670608f859debae42b42898 (diff) | |
download | dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.tar dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.tar.gz dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.tar.bz2 dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.tar.lz dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.tar.xz dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.tar.zst dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.zip |
Fix build errors
Diffstat (limited to 'packages/connect/tsconfig.json')
-rw-r--r-- | packages/connect/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
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/**/*", |