We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfcfbb commit 2ee6ffbCopy full SHA for 2ee6ffb
.changeset/salty-ideas-own.md
@@ -0,0 +1,5 @@
1
+---
2
+'@e2b/code-interpreter': minor
3
4
+
5
+Update JS SDK target to es2017
js/tsup.config.js
@@ -2,7 +2,7 @@ import { defineConfig } from 'tsup'
export default defineConfig({
minify: false,
- target: ['es2015'],
+ target: ['es2017'],
6
sourcemap: true,
7
dts: true,
8
format: ['esm', 'cjs'],
0 commit comments