diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-06-07 01:25:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 01:25:43 +0800 |
commit | 49049b8c126c779d68934eaceb6835ebf3a24a49 (patch) | |
tree | 432db7d1c57a4625583a72eaa20902d9a9db4b12 /tsconfig.json | |
parent | af1d5fce6ea355b12bf5f63f51ea81ff596f7868 (diff) | |
parent | 8b05b864fba750ce48d2ae7bbb58e27ed8fd4df2 (diff) | |
download | dexon-sol-tools-49049b8c126c779d68934eaceb6835ebf3a24a49.tar dexon-sol-tools-49049b8c126c779d68934eaceb6835ebf3a24a49.tar.gz dexon-sol-tools-49049b8c126c779d68934eaceb6835ebf3a24a49.tar.bz2 dexon-sol-tools-49049b8c126c779d68934eaceb6835ebf3a24a49.tar.lz dexon-sol-tools-49049b8c126c779d68934eaceb6835ebf3a24a49.tar.xz dexon-sol-tools-49049b8c126c779d68934eaceb6835ebf3a24a49.tar.zst dexon-sol-tools-49049b8c126c779d68934eaceb6835ebf3a24a49.zip |
Merge pull request #657 from 0xProject/feature/build-speed
Speedup CI builds
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 448f2d752..5ca0267e4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "experimentalDecorators": true, "noImplicitReturns": true, "pretty": true, + "skipLibCheck": true, "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"], "strict": true } |