Skip to content

Commit

Permalink
fix(esm build): fix module and moduleResolutio to NodeNext
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse committed Feb 28, 2024
1 parent 59631fb commit 7c48dcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"declaration": true,
"declarationDir": "./dist/esm",
"outDir": "./dist/esm",
"module": "esnext",
"target": "ESNext"
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "es2022"
}
}

0 comments on commit 7c48dcd

Please sign in to comment.