-
Notifications
You must be signed in to change notification settings - Fork 12k
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
solutions style tsconfig disappeared after update to angular 10.1 #18616
Comments
That's because it has been intentionally removed, see #18478 |
Hi @xiaoxiangmoe, We are not excluding that in the future we re-introduce solution tsconfig. |
@alan-agius4 Can you add options to skip remove solutions tsconfig? We need keep solution style tsconfig. This is a breaking change for the solutions tsconfig users. |
@xiaoxiangmoe, can you please elaborate why this is a breaking change for you? Is it because you have different What do you mean by |
Yes. |
We understand that there might be a subset of users IDE experience might be effected by reverting the solutions style tsconfig. At this stage, the recommended approach if you want to use different compiler options would be to place these files in a separate directory, rename This is also something which the TypeScript team suggested to address some issues being experienced with solutions style tsconfig see: microsoft/TypeScript#39632 (comment) |
Can we keep solution style tsconfig manually? (Another infomation: we start use solution style tsconfig in angular 8, but it was removed in ng 10.1) |
Will it still be removed in the future?
In future we might reconsider adding and supporting solutions style tsconfig but we need some changes on the TypeScript side. We, together with the TypeScript at Microsoft decided that for the best DX, it's best to rollback solutions style tsconfig and offer the same IDE experience that we did pre version 10. In many cases, there are other approaches to solutions style tsconfig's. Such as create a sub-directory with a |
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
Command (mark with an
x
)Description
I'm using solutions style tsconfig to add types for scripts.
// tsconfig.json
// tsconfig.scripts.json
Update to ng 10.1 remove my solutions style tsconfig. So "./tsconfig.scripts.json" will not work after update to 10.1.0-next.7
The text was updated successfully, but these errors were encountered: