You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
tslint uses its own TypeScript process, impacting performance.
Expected behavior
With TypeScript 2.3 language service proxy, already shipped in nightlys, tslint can use the main TypeScript process, with just this line in tsconfig.json :
Isn't angelozerr/tslint-language-service already doing this? The only thing I noticed that it doesn't do is outputting anything (along with compiler errors) when tsc runs, but I'm not sure if it's possible with these language service plugins.
Bug Report
Actual behavior
tslint uses its own TypeScript process, impacting performance.
Expected behavior
With TypeScript 2.3 language service proxy, already shipped in nightlys, tslint can use the main TypeScript process, with just this line in tsconfig.json :
There are already :
@angular/language-service
The text was updated successfully, but these errors were encountered: