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
Typescript allows you to us absolute paths to references imports. These however do not get detected by this plugin. Is there any way you could find and change these paths.
import { PromotionEffect } from 'app/shared/store-effects/promotions.effect';
Thanks for the plugin, so helpful
The text was updated successfully, but these errors were encountered:
Currently, this extension resolves and updates relative paths with a combination of regular expressions. In order to update imports for their "classic" module resolution it would either require a lot of work, or potentially may need an API from the TypeScript team to be implemented: microsoft/TypeScript#6487 .
Typescript allows you to us absolute paths to references imports. These however do not get detected by this plugin. Is there any way you could find and change these paths.
Thanks for the plugin, so helpful
The text was updated successfully, but these errors were encountered: