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"], } }