Install only TS types? #1473
Replies: 1 comment 4 replies
-
No, types are in the main package |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there a way to install only the TS type definitions?
My use case is that I don't won't to install
danger
as a dependency.However, I'd like to have code completion and some JSDoc available while writing a Dangerfile.
Specifically, I'm trying to run
danger
on Github Actions, withnpx
:I guess, it could also be used for the case that is described in the documentation:
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions