Skip to content

Commit 441e72f

Browse files
Merge pull request cerebral#162 from cerebral/fixConfigImport
fix(overmind): fix config import typings
2 parents ff36b9f + 67a5118 commit 441e72f

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)