Skip to content

Commit

Permalink
fix: dts plugin removed from build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cmath10 committed Nov 4, 2024
1 parent 7fe9b73 commit d5c6991
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
import * as url from 'node:url'

import { defineConfig } from 'vite'
import dts from 'vite-plugin-dts'

import {
dependencies,
Expand Down Expand Up @@ -47,10 +46,4 @@ export default defineConfig({
},
},
},

plugins: [
dts({
rollupTypes: true,
}),
],
})

0 comments on commit d5c6991

Please sign in to comment.