Skip to content

Commit

Permalink
fix: compile to es2021 to properly support 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Nov 29, 2023
1 parent 96a32dc commit 3672f62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 304 deletions.
303 changes: 0 additions & 303 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
noExternal: [],
platform: 'node',
format: ['esm'],
target: 'es2022',
target: 'es2021',
skipNodeModulesBundle: true,
clean: true,
minify: false,
Expand Down

0 comments on commit 3672f62

Please sign in to comment.