From ecc1fbdb54844e484e02be24eaeb67a9137fd777 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Tue, 5 Mar 2024 09:11:53 +0100 Subject: [PATCH] chore(vite): add vite types to tsconfig --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 28544db8bcf..424f552007c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,7 +31,9 @@ "tsBuildInfoFile": "./tsconfig.tsbuildinfo", "paths": { "@grafana/schema/dist/esm/*": ["../packages/grafana-schema/src/*"] - } + }, + + "types": ["vite/client"] }, "ts-node": { "compilerOptions": {