diff --git a/tsconfig.json b/tsconfig.json index b63328b97c..2d1704fd0f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, - "skipLibCheck": false, + "skipLibCheck": true, "strict": true, "allowJs": true, "composite": true,