#TSC and VScode errors mismatch

7 messages · Page 1 of 1 (latest)

rigid nova
#

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?

steady pulsar
#

what command are you running to compile your code?

#

@rigid nova

rigid nova
#

"typecheck": "tsc"
"build": "vite build",

That's pretty much it

steady pulsar
#

have you tried restarting vscode?

rigid nova
#

Yeap, tried to restart the TS on vscode as well and still the same

steady pulsar
#

and what kind of error is it?