Currently the version of TypeScript used by all products is limited to the one used in typescript-plugin.
There is no way for a single project to update to newer version. We need to update the plugin. If the update contains breaking changes, then this could lead to many issues for the other projects.
There should be a way to provide the TypeScript version that is used by the plugin, so we can setup a different version for our products.
Note: similar feature might be useful for the other plugins as well (e.g. provide custom eslint version for the eslint-plugin)
Currently the version of TypeScript used by all products is limited to the one used in
typescript-plugin.There is no way for a single project to update to newer version. We need to update the plugin. If the update contains breaking changes, then this could lead to many issues for the other projects.
There should be a way to provide the TypeScript version that is used by the plugin, so we can setup a different version for our products.
Note: similar feature might be useful for the other plugins as well (e.g. provide custom eslint version for the
eslint-plugin)