angular-cli
angular-cli copied to clipboard
fix: update tsconfig template link aio->adev
PR Checklist
Please check to confirm your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-commit-message-guidelines
- N/A Tests for the changes have been added (for bug fixes / features)
- N/A Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
- [x] Bugfix (a broken link in a generated file it's an issue)
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [x] Documentation content changes
- [ ] Other... Please describe:
What is the current behavior?
tsconfig template files point to a non-existent link in Angular.io . Also, the page no longer exists in Angular.dev
Issue Number: N/A
What is the new behavior?
Point to Typescript official documentation about tsconfig.json + Angular compiler options
Does this PR introduce a breaking change?
- [ ] Yes
- [x] No
Other information
Checkout #27713 for references to related PRs