From 464747d0c4b0c5acf2d0be49490fc0919629ca81 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sat, 1 Jan 2022 22:44:15 +0100 Subject: [PATCH] Limit tsc output to our files rather than libraries --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"