Skip to content

Commit

Permalink
deps: add typescript
Browse files Browse the repository at this point in the history
It seems that some package is complaining about typescript not being
available as it's listed as a peer dependency. Hoping this will solve
that, even though I'd prefer not to have it as a direct dependency.
  • Loading branch information
scriptcoded committed Dec 22, 2022
1 parent ca39260 commit 5cfa9c0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
22 changes: 21 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -38,6 +38,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^29.3.1"
"jest": "^29.3.1",
"typescript": "4.9.4"
}
}

0 comments on commit 5cfa9c0

Please sign in to comment.