feat: enable type entry insertion in dts plugin for Vite configuration
All checks were successful
Publish to npm / publish (push) Successful in 24s
All checks were successful
Publish to npm / publish (push) Successful in 24s
This commit is contained in:
parent
d0d0aa6cf5
commit
9c95a54363
|
@ -19,7 +19,9 @@ export default defineConfig(({mode}) => ({
|
|||
},
|
||||
},
|
||||
},
|
||||
plugins: [react(), dts()],
|
||||
plugins: [react(), dts({
|
||||
insertTypesEntry: true
|
||||
})],
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user