diff --git a/tsconfig.base.json b/tsconfig.base.json index 51f71e227015fb..78380f8ce6f34e 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -9,7 +9,6 @@ "strictFunctionTypes": false, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, - "skipDefaultLibCheck": true, "skipLibCheck": true, "typeRoots": ["node_modules/@types", "./typings"], "baseUrl": ".",