Skip to content

Commit 67a5118

Browse files
committed
fix(overmind): fix config import typings
1 parent ff36b9f commit 67a5118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node_modules/overmind/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"main": "../lib/config",
55
"module": "../es/config",
66
"jsnext:main": "../es/config",
7-
"typings": "../lib/config/config.d.ts"
7+
"typings": "../lib/config/index.d.ts"
88
}

0 commit comments

Comments
 (0)