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 462f042 commit de317f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"esModuleInterop": true,
"isolatedModules": true,
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
Expand Down

0 comments on commit de317f6

Please sign in to comment.