Skip to content

Commit 830fa7d

Browse files
committed
fix(resolve-type): support es2015
1 parent 3f8f4bb commit 830fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-resolve-type/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export default defineConfig({
44
entry: ['src/index.ts'],
55
format: ['cjs', 'esm'],
66
dts: true,
7-
target: 'node14',
7+
target: 'es2015',
88
platform: 'neutral',
99
});

0 commit comments

Comments
 (0)