You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you considered merging this project with @types/chrome and using the @types/chrome NPM name going forward? Two benefits:
No confusion around "what's the right package to use"
TypeScript has some special handling for the @types node_modules folder which it will import automatically. This is perfect for a package like this (similar to @types/node) which also contains global type definitions. This means a user can just yarn add -D @types/chrome and doesn't have to change their tsconfig.json.
The text was updated successfully, but these errors were encountered:
We're considering this but haven't looked at how we'd kick it off. We could also create @types/chrome-extensions or something but that would probably just add to developer confusion.
Have you considered merging this project with
@types/chrome
and using the@types/chrome
NPM name going forward? Two benefits:@types
node_modules folder which it will import automatically. This is perfect for a package like this (similar to@types/node
) which also contains global type definitions. This means a user can justyarn add -D @types/chrome
and doesn't have to change theirtsconfig.json
.The text was updated successfully, but these errors were encountered: