Skip to content

Commit

Permalink
Remove implied moduleResolution from TypeScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Apr 2, 2024
1 parent 4726356 commit ab42416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-timerange-picker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"isolatedModules": true,
"jsx": "react",
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
Expand Down

0 comments on commit ab42416

Please sign in to comment.