-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paths created in tsconfig.json not work #649
Comments
@vuggy17 Maybe you should try
|
@maximegris -- just in case you might have an idea about this (only look into this if you have interest and time). I tried in my project, and whyboris/Video-Hub-App#752 <-- code change
The
When I add the
This is because I use a service worker:
If I add
I suspect I might have to suck it up and have But in case you instantly know what's going wrong with my project, please let me know 🙇 |
Did you find a solution? |
It's been over 2 years and it still doesn't work in my project 😔 |
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
The text was updated successfully, but these errors were encountered: