I have a TS project that uses the allowJs and checkJs compiler options.
Currently, if I use this extension to move a TS file/folder, none of the references from JS files are updated.
Is this due to
|
private extensions: string[] = ['.ts', '.tsx']; |
?
Would this be easy to add support for?
I have a TS project that uses the
allowJsandcheckJscompiler options.Currently, if I use this extension to move a TS file/folder, none of the references from JS files are updated.
Is this due to
move-ts/src/index/referenceindexer.ts
Line 32 in b073976
Would this be easy to add support for?