Describe the bug
I created path in tsconfig.json, then import module using that path, but compiler tells module not found
To Reproduce
Steps to reproduce the behavior:
- Go to tsconfig.json
- Add baseUrl and path
- Go to app.module
- Import that module
Expected behavior
Module imported using custom path
Screenshots
tsconfig,json

app.module.ts

Additional context
- project stucture:

Describe the bug
I created path in tsconfig.json, then import module using that path, but compiler tells module not found
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Module imported using custom path
Screenshots

tsconfig,json
app.module.ts

Additional context