From 29e5f5a62bb07c94ff637adf29f00ab8bb1a7e71 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Mon, 16 Nov 2020 16:55:32 +0100 Subject: [PATCH] tsconfig: temporarily skipLibCheck --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9034d02..1207e21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "typeRoots": [ "./node_modules/@types" ], - "resolveJsonModule": true + "resolveJsonModule": true, + "skipLibCheck": true }, "include": [ "src/**/*",