From 767a9e0641bd756c6f9f1f5b1282a48fc6616a89 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 22 Nov 2020 13:49:51 +0100 Subject: [PATCH] Temporary skip lib check pending swaf update --- 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/**/*",