Skip to content

Commit 5c07c7e

Browse files
committed
Update build target to ES2024
1 parent e09aa71 commit 5c07c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typegpu/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
entry,
1111
outDir: 'dist',
1212
format: ['cjs', 'esm'],
13-
target: 'es2017',
13+
target: 'es2024',
1414
splitting: true,
1515
sourcemap: true,
1616
minify: !inDevMode,

0 commit comments

Comments
 (0)