opencode_offline/.opencode/env.d.ts

5 lines
76 B
TypeScript
Raw Normal View History

2025-12-16 09:15:40 +08:00
declare module "*.txt" {
const content: string
export default content
}