Skip to content

Commit b8dc328

Browse files
committed
build: set es2020 as target in tsup.config.ts
This change adds ES2020 as the compilation target for the unplugin-typia package, ensuring modern JavaScript features are properly supported while maintaining compatibility.
1 parent 94aa4d7 commit b8dc328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/unplugin-typia/tsup.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default <Options>{
77
],
88
clean: true,
99
format: ['esm'],
10+
target: 'es2020',
1011
dts: true,
1112
cjsInterop: true,
1213
splitting: true,

0 commit comments

Comments
 (0)