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
I love the fact that we are get to use typescript out of the box! I was just curious what is holding CRA back from allowing the baseUrl to be set in the tsconfig.json so that absolute imports can happen. I opened an issue so discussion about this could happen.
The text was updated successfully, but these errors were encountered:
Hey there. Unfortunately it's not quite as simple as setting baseUrl in tsconfig.json, as the rest of our tool chain also has to support it as well (webpack, jest as examples). We're exploring supporting absolute imports in CRA over at #5118. If you have any thoughts feel free to add them over there!
Is this a bug report?
No
Description
I love the fact that we are get to use typescript out of the box! I was just curious what is holding CRA back from allowing the baseUrl to be set in the tsconfig.json so that absolute imports can happen. I opened an issue so discussion about this could happen.
The text was updated successfully, but these errors were encountered: