v0.14.0
Features:
- Added support for Project References added in TypeScript 3.0.0
- Correctly process
tsconfig.jsoncontainingreferences - Log no warning on empty
filesarray if there arereferences - Added
-ror--referencesCLI option to recursively lint allreferences. This works similar totsc --buildbut doesn't build a dependency graph. Instead it processes the projects depth-first in their specified order.
- Correctly process
- Allow linting multiple projects in one run by specifiying
-por--projectmultiple times - If a file was not found, report the projects it was searched in
Bugfixes:
typecheck: correctly report declaration errors with"composite": true