mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
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.
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module "vue3-virtual-scroll-list";
|