File tree 1 file changed +3
-3
lines changed
packages/angular_devkit/build_ng_packagr/src/build 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema" ,
3
3
"title" : " ng-packagr Target" ,
4
- "description" : " ng-packagr target options for Build Architect." ,
4
+ "description" : " ng-packagr target options for Build Architect. Use to build library projects. " ,
5
5
"type" : " object" ,
6
6
"properties" : {
7
7
"project" : {
10
10
},
11
11
"tsConfig" : {
12
12
"type" : " string" ,
13
- "description" : " The full path for the TypeScript configuration file, relative to the current workspace. Applies to both libraries and applications. "
13
+ "description" : " The full path for the TypeScript configuration file, relative to the current workspace."
14
14
},
15
15
"watch" : {
16
16
"type" : " boolean" ,
17
- "description" : " Run build when files change. Applies to both libraries and applications. " ,
17
+ "description" : " Run build when files change." ,
18
18
"default" : false
19
19
}
20
20
},
You can’t perform that action at this time.
0 commit comments