From b9cfa70dcdc62f021b050fca201cc23dff497e6f Mon Sep 17 00:00:00 2001 From: Hiroaki Ogasawara <13391129+xhiroga@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:57:27 +0900 Subject: [PATCH] chore: Add type augmentations for litegraph and enable copying of DTS (#2560) --- vite.types.config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.types.config.mts b/vite.types.config.mts index e21fd6cd6..531708909 100644 --- a/vite.types.config.mts +++ b/vite.types.config.mts @@ -16,6 +16,7 @@ export default defineConfig({ plugins: [ dts({ + copyDtsFiles: true, rollupTypes: true, tsconfigPath: 'tsconfig.types.json' })