This repository was archived by the owner on Sep 1, 2026. It is now read-only.
@ alias showing error. #2433
Unanswered
Muiz Oyebowale (Muizzyranking)
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Make sure you have fixed your config for the baseUrl removal microsoft/TypeScript#62508 (comment) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using neovim and I just switched to tsgo lsp, but I am getting errors, can't find module when i use @ alias e.g
import { cn } from "@/lib/utils";but if i useimport { cn } from "../../../lib/utils.ts";, no errors. I also do not have this issue when i use vtsls. I setup tsconfig so what am i doing wronng??All reactions