Skip to content

Commit

Permalink
fix: dts update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksbnc committed Dec 31, 2024
1 parent 07f2eac commit 4983e06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ export default defineConfig({
plugins: [
vue(),
dts({
rollupTypes: true,
tsconfigPath: './tsconfig.app.json',
}),
svgLoader(),
vueDevTools(),
],
build: {
lib: {
entry: fileURLToPath(new URL('./src/index.ts', import.meta.url)),
name: 'bamboo',
fileName: 'bamboo',
entry: fileURLToPath(new URL('./src/index.ts', import.meta.url)),
},
},
resolve: {
Expand Down

0 comments on commit 4983e06

Please sign in to comment.