Skip to content

v1.4.0

Compare
Choose a tag to compare
@Limegrass Limegrass released this 14 Apr 05:00
· 4 commits to main since this release

Full Changelog: v1.3.2...v1.4.0

  • added option isAllowBaseUrlResolvedImport to allow configuring of
    whether or not non-declared paths can be used with TypeScript
    absolute imports.
    • This defaults to true.
    • The recommended config sets this to false. This is subjective, but
      it may encourage usage of a #-prefixed path to better delineate
      between absolute project paths and dependency imports