Limit tsc output to our files rather than libraries

This commit is contained in:
Lei Nelissen
2022-01-01 22:44:15 +01:00
parent 419ce99d08
commit 464747d0c4

View File

@@ -58,7 +58,8 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support
// for emitting type metadata for decorators. */
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true,
},
"exclude": [
"node_modules", "babel.config.js", "metro.config.js", "jest.config.js"