chore(vite): add vite types to tsconfig

This commit is contained in:
Jack Westbrook
2025-03-03 09:40:34 +01:00
parent 024773f33d
commit ecc1fbdb54
+3 -1
View File
@@ -31,7 +31,9 @@
"tsBuildInfoFile": "./tsconfig.tsbuildinfo",
"paths": {
"@grafana/schema/dist/esm/*": ["../packages/grafana-schema/src/*"]
}
},
"types": ["vite/client"]
},
"ts-node": {
"compilerOptions": {