Skip to content

Commit 5ba0d12

Browse files
author
Saiya
committed
chore: update build script
1 parent fc4afbb commit 5ba0d12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default defineConfig(({ command }) => {
3939
dts({
4040
entryRoot: 'src',
4141
outDir: 'dist',
42+
exclude: ['test/**', 'demo/**'],
4243
copyDtsFiles: false, // Do not copy all d.ts files
4344
rollupTypes: true, // Merge all type definitions into a single .d.ts
4445
}),

0 commit comments

Comments
 (0)