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 6ac3743 commit 9d8867c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-pdf/tsconfig.json
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 9d8867c

Please sign in to comment.