We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15201b commit b9cfa70Copy full SHA for b9cfa70
vite.types.config.mts
@@ -16,6 +16,7 @@ export default defineConfig({
16
17
plugins: [
18
dts({
19
+ copyDtsFiles: true,
20
rollupTypes: true,
21
tsconfigPath: 'tsconfig.types.json'
22
})
0 commit comments