mirror of
https://github.com/fatedier/frp.git
synced 2026-07-24 08:19:18 +08:00
The 2024 bundler-mode migration changed the dashboard tsconfig include lists to src/**, leaving the root env.d.ts files outside the TypeScript programs. Move the Vite client declarations into src/ for both the frpc and frps dashboards so they are part of the programs again. Drop the *.vue wildcard module shim: the current vue-tsc toolchain resolves SFC types without it, and the shim would only mask real component prop types under plain tsc.
2 lines
38 B
TypeScript
2 lines
38 B
TypeScript
/// <reference types="vite/client" />
|