diff --git a/packages/web-react/tsconfig.json b/packages/web-react/tsconfig.json index 035e849344..c74262afcd 100644 --- a/packages/web-react/tsconfig.json +++ b/packages/web-react/tsconfig.json @@ -23,6 +23,7 @@ "strictFunctionTypes": true, "noImplicitAny": true, "esModuleInterop": true, + "skipLibCheck": true, "lib": ["es2016", "dom", "dom.iterable"], "types": ["jest", "node"] },