vuejs/tsconfig

Remove reset of "types" field

ScrapsPrograms opened this issue · 0 comments

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.