diff --git a/tsconfig.json b/tsconfig.json index 4be5dff7e..cd7ed854a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "experimentalDecorators": true, "useDefineForClassFields": true, "jsx": "react", - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "exclude": ["__tests__"] }