Skip to content

v0.14.0

Compare
Choose a tag to compare
@ajafff ajafff released this 06 Sep 10:48
· 927 commits to master since this release

Features:

  • Added support for Project References added in TypeScript 3.0.0
    • Correctly process tsconfig.json containing references
    • Log no warning on empty files array if there are references
    • Added -r or --references CLI option to recursively lint all references. This works similar to tsc --build but doesn't build a dependency graph. Instead it processes the projects depth-first in their specified order.
  • Allow linting multiple projects in one run by specifiying -p or --project multiple times
  • If a file was not found, report the projects it was searched in

Bugfixes:

  • typecheck: correctly report declaration errors with "composite": true