From 33c6304bd904f3569849060a3c74a32adc31d116 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Wed, 20 Apr 2022 23:47:36 -0700 Subject: [PATCH] stop typechecking transitive dependencies --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index d3ca923d9e28..9f46e21db53c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "allowSyntheticDefaultImports": true, "declaration": false, "declarationMap": false, + "skipLibCheck": true, "types": ["node"], } }