Skip to content

Commit a0d9f13

Browse files
hipertrackerchristianalfoni
authored andcommitted
Update declare.ts
supress tslint complaining
1 parent 65140e0 commit a0d9f13

File tree

1 file changed

+1
-0
lines changed
  • packages/overmind-website/examples/guide/typescript

1 file changed

+1
-0
lines changed

packages/overmind-website/examples/guide/typescript/declare.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { IConfig } from 'overmind'
66
const config = {}
77
88
declare module 'overmind' {
9+
// tslint:disable:interface-name
910
interface Config extends IConfig<typeof config> {}
1011
}
1112
`,

0 commit comments

Comments
 (0)