v0.14.0
Features:
- Added support for Project References added in TypeScript 3.0.0
- Correctly process
tsconfig.json
containingreferences
- Log no warning on empty
files
array if there arereferences
- Added
-r
or--references
CLI option to recursively lint allreferences
. This works similar totsc --build
but 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
-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