Skip to content

Commit

Permalink
chore: reset module resolution is esm config
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Dec 19, 2024
1 parent d26fbd2 commit b7580fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "./tsconfig.base.es5.json",
"compilerOptions": {
"module": "ES6",
"moduleResolution": "nodenext"
"moduleResolution": "node"
}
}

0 comments on commit b7580fb

Please sign in to comment.