yarn ts-node 10.2.1

latest releases: 10.9.2, 11.0.0-beta.1, 10.9.1...
2 years ago

Fixed

  • Fixes #1426: Do not import typescript outside of configuration/project loading (#1433, #1426) @Songkeys
    • We take care to load your project's version of typescript, falling back to a globally-installed version if necessary.
    • 10.2.0 introduced a bug where we did not do this consistently, causing global or npx installations of ts-node to attempt loading typescript relative to themselves, not your project.
    • This failed if typescript was not globally installed or npx did not install peer dependencies.

v10.2.0...v10.2.1
https://github.com/TypeStrong/ts-node/milestone/6

Don't miss a new ts-node release

NewReleases is sending notifications on new releases.