aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src/globals.d.ts
blob: 6af4c798019f68efccc612b413db1aa3c9403937 (plain) (blame)
1
2
3
4
5
6
7
8
declare module '*.json' {
    const json: any;
    /* tslint:disable */
    export default json;
    /* tslint:enable */
}

declare module 'json-rpc-error';