I wanted to some prefixes for my imports like you can see in the code below:
"paths": {
"~/*": ["../../libs/*"],
"@/*": ["./*"]
}
however I always get an relative import path "@/config.ts" not prefixed with / or ./ or ../ts(10001) when I try to import anything import User from "@/config.ts"