Commit 681d67b
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
0 commit comments