diff --git a/packages/react-daterange-picker/tsconfig.json b/packages/react-daterange-picker/tsconfig.json index 1bca9149..c822d383 100644 --- a/packages/react-daterange-picker/tsconfig.json +++ b/packages/react-daterange-picker/tsconfig.json @@ -6,6 +6,7 @@ "isolatedModules": true, "jsx": "react-jsx", "module": "nodenext", + "moduleDetection": "force", "noEmit": true, "noUncheckedIndexedAccess": true, "outDir": "dist", diff --git a/sample/tsconfig.json b/sample/tsconfig.json index 70dc2751..db45cd24 100644 --- a/sample/tsconfig.json +++ b/sample/tsconfig.json @@ -3,6 +3,7 @@ "isolatedModules": true, "jsx": "react-jsx", "module": "preserve", + "moduleDetection": "force", "noEmit": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true, diff --git a/test/tsconfig.json b/test/tsconfig.json index 70dc2751..db45cd24 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -3,6 +3,7 @@ "isolatedModules": true, "jsx": "react-jsx", "module": "preserve", + "moduleDetection": "force", "noEmit": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true,