red-coder-bh/index.d.ts

5 lines
72 B
TypeScript

declare module '*.json' {
const data: any
export default data
}