5 lines
119 B
TypeScript

/// <reference types="vite/client" />
declare global {
const testGlobal: any; // 声明 testGlobal 为全局变量
}