red-coder-bh/index.d.ts

5 lines
74 B
TypeScript

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