Skip to content

Releases: TypeStrong/tsconfig

Resolve Undefined

14 Jul 00:31
Compare
Choose a tag to compare

If resolve(Sync) fails to find tsconfig.json, it will return undefined. Load will continue throwing an error.

Changed

  • resolve/resolveSync will return undefined instead of throwing

New API

13 Jul 05:12
Compare
Choose a tag to compare

New, stable API with no side effects for resolve, parsing and sanitizing tsconfig.json.