You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Within Angular 10, the TypeScript config files had been refactored to use the tsconfig solution style.
This feature will be reverted within one of the next minor versions as it causes some probnlems.
There are already PRs for Angular and the Angular CLI.
Describe the solution you'd like
This change affects the NativeScript schematics for Angular as the referenced file that'll be touched by the schematics must be changed back from tsconfig.base.json to tsconfig.json.
Is your feature request related to a problem? Please describe.
Within Angular 10, the TypeScript config files had been refactored to use the tsconfig solution style.
This feature will be reverted within one of the next minor versions as it causes some probnlems.
There are already PRs for Angular and the Angular CLI.
Describe the solution you'd like
This change affects the NativeScript schematics for Angular as the referenced file that'll be touched by the schematics must be changed back from
tsconfig.base.json
totsconfig.json
.Describe alternatives you've considered
Additional context
See also the Twitter thread of @vsavkin related to this change.
The text was updated successfully, but these errors were encountered: