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
In cases where a custom instance of ts is used (one which differs from what resolves from require('typescript')), the plugin uses the local copy. This can cause various issues.
A transformer should always use the version passed to it by ttypescript or ts-patch
Note: I have this fixed and will be submitting a PR which closes this and other open issues shortly
The text was updated successfully, but these errors were encountered:
In cases where a custom instance of ts is used (one which differs from what resolves from require('typescript')), the plugin uses the local copy. This can cause various issues.
A transformer should always use the version passed to it by
ttypescript
orts-patch
Note: I have this fixed and will be submitting a PR which closes this and other open issues shortly
The text was updated successfully, but these errors were encountered: