Uh oh!
There was an error while loading. Please reload this page.
Add package.json so that custom typeroots location is present and can resolve the types - #24822
Add package.json so that custom typeroots location is present and can resolve the types#24822sheetalkamat wants to merge 1 commit into
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
alan-agius4
commented
Aug 29, 2023
@sheetalkamat is this change still needed? |
alan-agius4
commented
Sep 8, 2023
Closing as this PR is stalled. If you wish to land these changes, please re-open. |
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. |
PR Checklist
Please check to confirm your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Per microsoft/TypeScript#53122 (comment) there are errors when building angular cli with typescript@next and this fixes this.
More info on typeRoots changed behavior per microsoft/TypeScript#51715