mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-13 05:37:13 -05:00
* use ES6 library when building tslint rules (#14474) * Merge pull request #14553 from Microsoft/fixBuildBreak Add --lib es6 to @types/node dependent targets * allow passing --logFile and --logVerbosity parameter to tsserver (#14566) * fix linter issues