Skip to content

Commit c1218f5

Browse files
authored
chore: use syntax in rslib.config.ts (#232)
1 parent 6291f9f commit c1218f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/plugin-dts/rslib.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ export default defineConfig({
55
{
66
format: 'esm',
77
bundle: false,
8-
output: {
9-
syntax: ['node 16'],
10-
},
8+
syntax: ['node 16'],
119
dts: {
1210
bundle: false,
1311
},

0 commit comments

Comments
 (0)