diff --git a/packages/tsconfig/react-library.json b/packages/tsconfig/react-library.json index d7986b99..a1561bea 100644 --- a/packages/tsconfig/react-library.json +++ b/packages/tsconfig/react-library.json @@ -7,7 +7,7 @@ "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, - "strict": true, + "strict": false, "forceConsistentCasingInFileNames": true, "module": "ESNext", "moduleResolution": "node",