From eccfd345b59af8104be435ad326a9e027392d6ab Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 20 Nov 2024 19:49:12 +1100 Subject: [PATCH] Fix TS templates --- v3/internal/runtime/desktop/@wailsio/runtime/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package.json b/v3/internal/runtime/desktop/@wailsio/runtime/package.json index dea509f7de7..1014fc1c974 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package.json @@ -3,6 +3,7 @@ "type": "module", "version": "3.0.0-alpha.29", "description": "Wails Runtime", + "types": "types/index.d.ts", "exports": { ".": { "types": "./types/index.d.ts",