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 2e0a9dd commit 6e451c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-calendar/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 6e451c3

Please sign in to comment.