chore: Add type augmentations for litegraph and enable copying of DTS (#2560)

This commit is contained in:
Hiroaki Ogasawara
2025-02-15 23:57:27 +09:00
committed by GitHub
parent c15201bfe2
commit b9cfa70dcd

View File

@@ -16,6 +16,7 @@ export default defineConfig({
plugins: [ plugins: [
dts({ dts({
copyDtsFiles: true,
rollupTypes: true, rollupTypes: true,
tsconfigPath: 'tsconfig.types.json' tsconfigPath: 'tsconfig.types.json'
}) })