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
Thanks for this. I've been pulling my hair out trying to resolve the imports on my own monorepo.
Quick question. For this package, I find that I must compile the TS to JS before imports using @template/service-template are able to find anything. Presumably this is because it's importing as a module, the IDE needs to see the JS in the build folder. But somehow the IDE will point back to the typescript in the src.
Is this the expected behaviour? Is there anyway to get the reference without compiling?