7 lines
123 B
TypeScript

declare module '*.json' {
const json: any;
/* tslint:disable */
export default json;
/* tslint:enable */
}