From b08c525e550b71a55f259d8640e624d9d4710dc7 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 25 Jan 2026 04:39:46 -0800 Subject: [PATCH] Add vite/client types to app tsconfig --- app/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/tsconfig.json b/app/tsconfig.json index 33514fa0..2ec9c540 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -24,7 +24,8 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - } + }, + "types": ["vite/client"] }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }]