Skip to content

Commit

Permalink
fix(TS-ESM): Use NodeNext consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 16, 2024
1 parent e3280b2 commit c5eb91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig-esm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "es2022",
"moduleResolution": "node16"
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
}

0 comments on commit c5eb91e

Please sign in to comment.