We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c708890 commit 9617fbaCopy full SHA for 9617fba
packages/@angular/cli/lib/config/schema.json
@@ -19,6 +19,10 @@
19
"newProjectRoot": {
20
"type": "string"
21
},
22
+ "defaultProject": {
23
+ "type": "string",
24
+ "description": "Default project name used in commands"
25
+ },
26
"projects": {
27
"type": "object",
28
"patternProperties": {
@@ -282,10 +286,6 @@
282
286
"description": "File format version",
283
287
"minimum": 1
284
288
285
- "defaultProject": {
- "type": "string",
- "description": "Default project name used in commands"
- },
289
"project": {
290
291
"properties": {
0 commit comments