Skip to content

Commit dbb9b54

Browse files
committed
fix: build config
1 parent b8ee120 commit dbb9b54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsup.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ export default defineConfig({
77
splitting: true,
88
cjsInterop: true,
99
clean: true,
10-
dts: true,
10+
dts: {
11+
compilerOptions: {
12+
paths: {},
13+
},
14+
},
1115
external: ['@vue/reactivity', '@vue/shared'],
1216
})

0 commit comments

Comments
 (0)