modify tsconfig.json file
{ "compilerOptions": { "paths": { "@/*": [ "./*" ] }, //other options go here }