Skip to content

Commit 10793f9

Browse files
committed
Update target to es2022
1 parent cae0a93 commit 10793f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esbuild.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const context = await esbuild.context({
77
entryPoints: ['main.ts'],
88
bundle: true,
99
platform: 'node',
10-
target: 'es2018',
10+
target: 'es2022',
1111
outfile: './build/main.js',
1212
});
1313

0 commit comments

Comments
 (0)