Skip to content

Commit

Permalink
Set the target to esnext to keep in import assertions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaline committed Nov 1, 2023
1 parent caff270 commit 5cef5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export default defineConfig({
// * https://github.com/egoist/tsup/issues/992#issuecomment-1763540165
splitting: true,
sourcemap: true,
target: 'node8',
target: 'esnext',
});

0 comments on commit 5cef5ec

Please sign in to comment.