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 657a76f commit 0be2fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -5,7 +5,6 @@
"esModuleInterop": true,
"isolatedModules": true,
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
Expand Down

0 comments on commit 0be2fb2

Please sign in to comment.