Enable skipLibCheck flag in ts

This commit is contained in:
Leonid Logvinov
2018-06-04 13:36:31 -07:00
parent af1d5fce6e
commit b1fd005c95

View File

@@ -8,6 +8,7 @@
"experimentalDecorators": true,
"noImplicitReturns": true,
"pretty": true,
"skipLibCheck": true,
"typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
"strict": true
}