fix json schema for angular.json to allow 'targets' property#12225
fix json schema for angular.json to allow 'targets' property#12225zhuravlikjb wants to merge 1 commit intoangular:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
|
signed the CLA |
|
CLAs look good, thanks! |
|
Thank for your contribution but there is already a PR for this #12204 |
|
signed the CLA |
|
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. |
Currently a newly created angular-cli project contains angular.json not passing checks with the json schema bundled with corresponding package:

The issue was reported by WebStorm QA as https://youtrack.jetbrains.com/issue/WEB-34738.
This PR fixes the issue, allowing 'targets' property.