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
We implement the tsconfig lookup here and improve out-of-the-box performance when parserOptions.project is not set by the user. User's who set parserOptions.project will have done this anyway.
automatically lookup and cache the tsconfig for a file when the file is opened
destroy the cache when file is closed
This should improve the linting speed when no parserOptions.project is set.
The text was updated successfully, but these errors were encountered:
We implement the tsconfig lookup here and improve out-of-the-box performance when parserOptions.project is not set by the user. User's who set parserOptions.project will have done this anyway.
This should improve the linting speed when no parserOptions.project is set.
The text was updated successfully, but these errors were encountered: