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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
I have a
tsconfig
file that I would like to share with my other internal packages (pretty simple setup), its located inside thesrc
directory.This is my internal package for @odden/typescript-config
I have it installed as a
devDependency
on my other internal packages, and on the other tsconfig files I'm referencing it asBut this is not working, the file is not being resolved
Failed to resolve @odden/typescript-config/tsconfig.json as module
It only works when I put it on the root folder of my internal package
@odden/typescript-config
.Does someone has an idea as to why this is happening? I would like to use the src directory for better file colocation.
Thanks
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions