Support extend angularCompilerOptions in tsconfig from absolute tsconfig #36715
Labels
Milestone
Comments
|
Hi @splincode, since TypeScript supports non rooted extends, we should do the same. |
|
@alan-agius4 Glad to hear that! |
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Feb 4, 2021
TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes angular#36715
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Feb 4, 2021
TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes: angular#36715
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Feb 4, 2021
TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes: angular#36715
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Feb 8, 2021
TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes: angular#36715
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Feb 8, 2021
TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes: angular#36715
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Feb 9, 2021
TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes: angular#36715
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Mar 1, 2021
…ode (angular#40694) TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes: angular#36715 PR Close angular#40694 (cherry picked from commit 5eb1954)
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Mar 1, 2021
…ode (angular#40694) TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes: angular#36715 PR Close angular#40694 (cherry picked from commit 5eb1954)
alan-agius4
added a commit
to alan-agius4/angular
that referenced
this issue
Mar 1, 2021
…ode (angular#40694) TypeScript supports non rooted extends, we should do the same https://github.com/microsoft/TypeScript/blob/b346f5764e4d500ebdeff7086e43690ea533a305/src/compiler/commandLineParser.ts#L2603-L2628 Closes: angular#36715 PR Close angular#40694 (cherry picked from commit 5eb1954)
|
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@alan-agius4 #22684
Is this a regression?
No
Description
I know that extends works if we use a config regarding our file system
tsconfig.angular.json
tsconfig.json
Works great
But If I put the config in a separate package
Only inheritance compilerOptions works, but I expect angularCompilerOptions to be inherited too
Works without angularCompilerOptions inherited properties
@alan-agius4 What do you think about this, is it a bug?
Angular Version:
Angular 8.2.14
The text was updated successfully, but these errors were encountered: