If all other things are correct and checked by you, have you set the path alias for '@' in your jsconfig.json file ?
{ "compilerOptions": { ... "paths": { "@/*": ["./src/*"] } } }