-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type definitions for devdependencies #417
Comments
Agent comment from Seetha in Zendesk ticket #5805: Thanks for reaching out to us. Cheers |
Yes, |
Agent comment from Seetha in Zendesk ticket #5805: Thanks for the update. Thanks for your patience. Cheers |
Fix #417/ move types to devDependencies
Hey folks,
Just wondering if the various
@types/*
packages that have been included for working with various dev dependencies can be moved to devdependencies also, e.g. those related to mocha, chai, prettier, etc.The
@types/mocha
is a particular pain point because if another package brings in a dependency on@types/jasmine
then errors like the following arise during typescript transpilation:gz#5805
The text was updated successfully, but these errors were encountered: