-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
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
Additional context


