How to install dependencies and structure your app.
Angular
Manual
To configure import aliases, you can use the following tsconfig.json:
tsconfig.json
{ "compilerOptions": { "paths": { "@/*": ["./*"] } } }