Add skipLibCheck in tsconfig

This commit is contained in:
Jorge Ramos 2018-08-19 15:34:01 -03:00
parent c7b1a21822
commit e0ce4c7880

View file

@ -6,6 +6,7 @@
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"keyofStringsOnly": true, "keyofStringsOnly": true,
"skipLibCheck": true,
"mapRoot": "./dist/", "mapRoot": "./dist/",
"module": "commonjs", "module": "commonjs",
"moduleResolution": "node", "moduleResolution": "node",