Skip to content

Commit 681d67b

Browse files
committed
Update package.json
Add missing TS types for overmind-graphql. It's for solving this error: ``` ERROR in node_modules/overmind-graphql/lib/index.d.ts(2,41): TS7016: Could not find a declaration file for module 'phoenix'. 'node_modules/phoenix/priv/static/phoenix.js' implicitly has an 'any' type. Try `npm install @types/phoenix` if it exists or add a new declaration (.d.ts) file containing `declare module 'phoenix';` Version: typescript 3.8.3, eslint 6.8.0 ```
1 parent 4ddf1a4 commit 681d67b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/node_modules/overmind-graphql/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@types/node": "^12.11.6",
43+
"@types/phoenix": "^1.4.4",
4344
"tslib": "^1.10.0"
4445
}
4546
}

0 commit comments

Comments
 (0)