// jsconfig.json file in the front-end root // now all imports start from src/ by default { "compilerOptions": { "baseUrl": "src" }, "exclude": ["node_modules", "build"], "include": ["src"] }