Skip to content

Commit

Permalink
♻️ (tsconfig.esm.json): change module option from "ESNext" to "NodeNe…
Browse files Browse the repository at this point in the history
…xt" for better clarity and consistency
  • Loading branch information
sagnik11 committed May 1, 2024
1 parent 7ef837a commit b973123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"target": "ES2022",
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "../lib/esm",
"declarationDir": "../lib/esm/types"
Expand Down

0 comments on commit b973123

Please sign in to comment.