Add skipLibCheck in tsconfig

This commit is contained in:
Jorge Ramos 2018-08-19 15:34:21 -03:00
parent 2ef7d1e31e
commit cd5a5c81bf

View file

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