Skip to content

Commit

Permalink
Add moduleDetection to TypeScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 18, 2024
1 parent 184e29a commit 586e59e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-date-picker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"isolatedModules": true,
"jsx": "react-jsx",
"module": "nodenext",
"moduleDetection": "force",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
Expand Down
1 change: 1 addition & 0 deletions sample/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"isolatedModules": true,
"jsx": "react-jsx",
"module": "preserve",
"moduleDetection": "force",
"noEmit": true,
"noUncheckedIndexedAccess": true,

Expand Down
1 change: 1 addition & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"isolatedModules": true,
"jsx": "react-jsx",
"module": "preserve",
"moduleDetection": "force",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 586e59e

Please sign in to comment.