#TSC and VScode errors mismatch
7 messages · Page 1 of 1 (latest)
7 messages · Page 1 of 1 (latest)
For some reason, tsc is showing an error in one of the files and VSCode is not showing it. When I add @tidal pagoda-expect-error the vscode shows that the line is unecessary and tsc is working fine.
Is there some kinda of config I need to double check?
"typecheck": "tsc"
"build": "vite build",
That's pretty much it
have you tried restarting vscode?
Yeap, tried to restart the TS on vscode as well and still the same
and what kind of error is it?