aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-06-05 04:36:31 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-06-07 01:00:21 +0800
commitb1fd005c95e3ef580381b50bf7d96df63b579484 (patch)
treee32fd0ebd135d1d252a564065b23dd6f27585eb7 /tsconfig.json
parentaf1d5fce6ea355b12bf5f63f51ea81ff596f7868 (diff)
downloaddexon-0x-contracts-b1fd005c95e3ef580381b50bf7d96df63b579484.tar
dexon-0x-contracts-b1fd005c95e3ef580381b50bf7d96df63b579484.tar.gz
dexon-0x-contracts-b1fd005c95e3ef580381b50bf7d96df63b579484.tar.bz2
dexon-0x-contracts-b1fd005c95e3ef580381b50bf7d96df63b579484.tar.lz
dexon-0x-contracts-b1fd005c95e3ef580381b50bf7d96df63b579484.tar.xz
dexon-0x-contracts-b1fd005c95e3ef580381b50bf7d96df63b579484.tar.zst
dexon-0x-contracts-b1fd005c95e3ef580381b50bf7d96df63b579484.zip
Enable skipLibCheck flag in ts
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
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
}