Skip to content

Commit 9c22e46

Browse files
authored
Update declare.ts
supress tslint complaining
1 parent b689796 commit 9c22e46

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)