Releases: TypeStrong/tsconfig
Releases · TypeStrong/tsconfig
Resolve Undefined
If resolve(Sync)
fails to find tsconfig.json
, it will return undefined
. Load will continue throwing an error.
Changed
resolve
/resolveSync
will returnundefined
instead of throwing
New API
New, stable API with no side effects for resolve, parsing and sanitizing tsconfig.json
.