Add vite/client types to app tsconfig

This commit is contained in:
Jamie Pine
2026-01-25 04:39:46 -08:00
parent c2d5da3d54
commit b08c525e55
+2 -1
View File
@@ -24,7 +24,8 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"types": ["vite/client"]
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]