Files
PhotonVision/photon-client/env.d.ts
Sam Freund 2372e110f9 TypeCheck Frontend (#2394)
We recently had an error that would've been caught by type checking in the frontend (see #2393). This PR implements type checking so that future errors will be caught.

Additionally, this PR contains miscellaneous frontend cleanup that's tangentially related to type-checking.
2026-05-05 15:24:19 +00:00

4 lines
82 B
TypeScript

/// <reference types="vite/client" />
declare module "vue3-virtual-scroll-list";