Creating a jsconfig.json file with the following content.
{ "compilerOptions": { "baseUrl": "./", "paths": { "@/": ["src/"] } } }