Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 424 Bytes

CHANGELOG.md

File metadata and controls

7 lines (6 loc) · 424 Bytes

v2.0.0

Breaking changes:

  • updated ts-node to most recent version v7.0.0
  • now it is required to pass a full tsconfig path (previously folder path was sufficient) this change propagated from ts-node upgrade.
  • in programmatic use it's using now TS_NODE_PROJECT env variable instead of now deprecated _TS_PROJECT_PATH__
  • tsconfig-paths integration can be enabled by using TS_CONFIG_PATHS=true env variable