aboutsummaryrefslogtreecommitdiffstats
path: root/json-typing.d.ts
blob: 4b3471f8b45f59d713bdcd19578302095e76be03 (plain)
1
2
3
4
declare module "*.json" {
    const value: any;
    export default value;
}