github TypeStrong/ts-node v6.0.0
Type Check By Default

latest releases: v10.9.2, v11.0.0-beta.1, v10.9.1...
6 years ago

Many people were having issues with "fast" transpilation being the default over full project type checking like tsc. Type checking the full project upfront is slower but expected behaviour, so it's the default once again. You can still enable transpileOnly or ts-node/register/transpile-only for the faster transpiler without type checking.

Changed

  • Default behaviour is typeCheck == true || transpileOnly == false

Don't miss a new ts-node release

NewReleases is sending notifications on new releases.