diff --git a/tsconfig.base.json b/tsconfig.base.json index 1417b25c3e..ef6f6a2b57 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -5,6 +5,7 @@ "module": "NodeNext", "noEmit": true, "noImplicitThis": true, + "skipLibCheck": true, "strict": false, "strictBindCallApply": true, "strictFunctionTypes": true,