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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I am not able to import modules with an absolute path. My baseUrl and absolute path are correctly set. When I searched a bit about the issue it seems like it is because of moduleResolution as "node" when I set as "classic" absolute import works.
The text was updated successfully, but these errors were encountered:
@peterblazejewicz Went through both the above links and tried some combination by changing path and base URL but no success. Can you please help me here and tell what change should I do in tsconfig.json and/or in package.json so that absolute URL works both in VSCode and from the command like "npm run server".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am not able to import modules with an absolute path. My baseUrl and absolute path are correctly set. When I searched a bit about the issue it seems like it is because of moduleResolution as "node" when I set as "classic" absolute import works.
The text was updated successfully, but these errors were encountered: