aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/globals.d.ts
blob: 078e189cd9c89545232e9ccac9ed09ebd65ac404 (plain) (blame)
1
2
3
4
5
6
declare module 'dirty-chai';

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