Replies: 1 comment 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hate auto-imports, it often makes the code messy and hard to refactor, so I want to delete it.
But when I use
imports: false
,browser.*
also disappears, so I have to importbrowser
.I use
browser.*
as a replacement for globalchrome.*
, I don't want to import them in the code anyway, and the only thing I really need in imports.d.ts isbrowser
.Beta Was this translation helpful? Give feedback.
All reactions