Typescript Mono Repo Import HelperIf you have a Lerna mono-repo, then vs-code may auto-generate imports for you that look like this:
When you really want the import to look like this:
This extension automatically converts any imports of the first format to the second format when you save the file. It runs on any .ts or .tsx files that are nested inside a 'packages' directory. UsageInstall the extension, and it'll fix the imports whenever you hit save. |