Issue adding import path to tsconfig.js
I wanted to create a path I can import my ui components from to make imports cleaner. Wanted to call the path "@ui" for ".src/components/ui/" but running into compiler issues.
My tsconfig.json looks like
Not sure why my tsconfig.json is this long but it is what it is.
This is how I'm importing my ui components in other files -
The error I'm getting is
Been trying to figure out this error for a while and have already -
Restarted TS Server
Restarted VS Code
Don't know what else to do.
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
That didn't help.
Also, I am getting no VS code compiler issues. Just errors in the build
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yes it does
That’s why I’m really confused
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View