Skip to content

Type Check By Default

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 17 Apr 08:32
· 498 commits to main since this release

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