tconfig: Add skipLibCheck to tsconfig

Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
Cameron Diver 2018-10-16 12:53:16 +01:00 committed by Tim Perry
parent cd6ee4ef5e
commit 4369a2d161

View File

@ -10,6 +10,7 @@
"preserveConstEnums": true,
"removeComments": true,
"sourceMap": true,
"skipLibCheck": true,
"lib": [
// es5 defaults:
"dom",