doc(core): update reduce-repetitive-configuration.md (#22022)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com> Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
This commit is contained in:
parent
207b4926d1
commit
c2070817ba
@ -225,7 +225,9 @@ Now the `project.json` files can be reduced to this:
|
|||||||
"options": {
|
"options": {
|
||||||
"assets": ["libs/lib1/*.md", "libs/lib1/src/images/*"]
|
"assets": ["libs/lib1/*.md", "libs/lib1/src/images/*"]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"lint": {},
|
||||||
|
"test": {}
|
||||||
},
|
},
|
||||||
"tags": []
|
"tags": []
|
||||||
}
|
}
|
||||||
@ -241,6 +243,8 @@ Now the `project.json` files can be reduced to this:
|
|||||||
"sourceRoot": "libs/lib2/src",
|
"sourceRoot": "libs/lib2/src",
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
"targets": {
|
"targets": {
|
||||||
|
"build": {},
|
||||||
|
"lint": {},
|
||||||
"test": {
|
"test": {
|
||||||
"options": {
|
"options": {
|
||||||
"testTimeout": 10000
|
"testTimeout": 10000
|
||||||
@ -261,6 +265,8 @@ Now the `project.json` files can be reduced to this:
|
|||||||
"sourceRoot": "libs/lib3/src",
|
"sourceRoot": "libs/lib3/src",
|
||||||
"projectType": "library",
|
"projectType": "library",
|
||||||
"targets": {
|
"targets": {
|
||||||
|
"build": {},
|
||||||
|
"lint": {},
|
||||||
"test": {}
|
"test": {}
|
||||||
},
|
},
|
||||||
"tags": []
|
"tags": []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user