chore: skipLibCheck for now

This commit is contained in:
Paul Makles
2022-09-19 14:13:25 +01:00
parent ab064f41a4
commit 39d1f596e2
+2 -1
View File
@@ -54,8 +54,9 @@
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
/* Experimental Options */
"experimentalDecorators": true /* Enables experimental support for ES7 decorators. */
"experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"skipLibCheck": true
},
"include": ["src/*"]
}