I'm using vscode. I have errors and warnings for about anything, like, unused vars and such, but I can literally add a buggy import like that :
import qwqwwq from './ererer'
and there's no errors generated for it (apart from the fact I actually don't use qwqwqw
anywhere). How can I fix that ?