Files

5 lines
72 B
TypeScript

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