diff --git a/tsconfig.json b/tsconfig.json index d5815e3..e6bd12a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"