v0.17.1
[0.17.1] - 2023-04-25
Added
- Fetch all
@types
packages listed in the project'spackage.json
file and
include them for TypeScript compilation. This allows type-checking packages
that do not ship their own types but do have a DefinitelyTyped package
available. Note: This does not automatically download the@types
package for
a package. It must be manually listed inpackage.json
.