v1.4.0
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
- This defaults to