Skip to content

Commit 8afc65a

Browse files
committed
Remove copyDtsFiles setting
1 parent 9919a6a commit 8afc65a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/template/base/config/packages/@projectName@/vite.config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default defineConfig(({ mode }) => {
1212
}
1313

1414
const dtsPlugin = mode === 'neutral' ? dts({
15-
copyDtsFiles: false, // TODO Check this
1615
rollupTypes: true,
1716
tsconfigPath: './tsconfig.app.json'
1817
}) : null

0 commit comments

Comments
 (0)