-
Notifications
You must be signed in to change notification settings - Fork 12k
Custom path in tsconfig for multiple project stop work as should after upgrade to Angular 9 #17338
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
Comments
Transferring to the CLI project... |
@ofirrifo, can you try to update your baseUrl from |
I did set ./src but still the error display. Thanks |
Can you setup a minimal repro please? A good way to make a minimal repro is to create a new app via This might be related to your directory structure so its really important to get an accurate repro to diagnose this. |
@alan-agius4 only in the ide |
In that case let's continue tracking this in #8138. As a workaround you can copy |
@alan-agius4 replacing the tsconfig.app.json to tsconfig.json I will need to revert this change after it will be fixed? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 bug report
Is this a regression?
With Angular 8 it work as should
Now after I upgrade it not work
Description
I'm using angular cli with multiple project.
After I follow the Angular Update Guide I start to get
ts2307 cannot find module '@app....'
My tsconfig.json (projects/portal/tsconfig.app.json)
It used to work before the upgrade.
Please let me know how to handle it.
Thanks :)
🔥 Exception or Error
🌍 Your Environment
Angular Version:
The text was updated successfully, but these errors were encountered: