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
I'm guessing originally the reset of "types" was put in place when the tsconfig.dom.json still used the tsconfig.node.json import. Now, however, this reset has become redundant; the field is not set within the base tsconfig.json.
Due to this reset, I ran into an issue where none of my @types imports were loaded in. The empty array does not let TypeScript revert to the default configuration.
It should be safe to remove the line "types": [], so people may use their installed @types again.
The text was updated successfully, but these errors were encountered:
I'm guessing originally the reset of "types" was put in place when the
tsconfig.dom.json
still used thetsconfig.node.json
import. Now, however, this reset has become redundant; the field is not set within the basetsconfig.json
.Due to this reset, I ran into an issue where none of my @types imports were loaded in. The empty array does not let TypeScript revert to the default configuration.
It should be safe to remove the line
"types": []
, so people may use their installed @types again.The text was updated successfully, but these errors were encountered: