Skip to content

v0.17.1

Compare
Choose a tag to compare
@augustjk augustjk released this 26 Apr 22:35
· 25 commits to main since this release
31c216f

[0.17.1] - 2023-04-25

Added

  • Fetch all @types packages listed in the project's package.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 in package.json.