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
Plugins use tools, enums and utils from typescript (and libraries like our utils package or tsutils).
All of these pieces just import typescript directly - they don't consume typescript from our parser services.
If there's any discrepancies between versions etc, it will cause undefined behaviour in the lint rules.
You would be much better off using something like an npm alias to use a completely different typescript package so that every piece of the lint run uses exactly the same package.
Uh oh!
There was an error while loading. Please reload this page.
We need to set special typescript when sometimes.
Like #2127 , yarn PnP support, monorepo.
We can add a option like:
Many packages have same design.
https://github.com/TypeStrong/ts-loader#instance
https://github.com/TypeStrong/fork-ts-checker-webpack-plugin#typescript-options
I'm willing to implement this feature if the maintainer has no problem with it.
The text was updated successfully, but these errors were encountered: