//create jsconfig.json and add the below { "compilerOptions": { "baseUrl": "src", "paths": { "*": ["public/src/*"] } } }