Limit tsc output to our files rather than libraries
This commit is contained in:
@@ -58,7 +58,8 @@
|
|||||||
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
||||||
// "emitDecoratorMetadata": true, /* Enables experimental support
|
// "emitDecoratorMetadata": true, /* Enables experimental support
|
||||||
// for emitting type metadata for decorators. */
|
// for emitting type metadata for decorators. */
|
||||||
"resolveJsonModule": true
|
"resolveJsonModule": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules", "babel.config.js", "metro.config.js", "jest.config.js"
|
"node_modules", "babel.config.js", "metro.config.js", "jest.config.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user