Skip to content

Commit b9cfa70

Browse files
authored
chore: Add type augmentations for litegraph and enable copying of DTS (#2560)
1 parent c15201b commit b9cfa70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.types.config.mts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default defineConfig({
1616

1717
plugins: [
1818
dts({
19+
copyDtsFiles: true,
1920
rollupTypes: true,
2021
tsconfigPath: 'tsconfig.types.json'
2122
})

0 commit comments

Comments
 (0)