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.
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.
