File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/angular_devkit/build_ng_packagr/src/build Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema" ,
33 "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. " ,
55 "type" : " object" ,
66 "properties" : {
77 "project" : {
1010 },
1111 "tsConfig" : {
1212 "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."
1414 },
1515 "watch" : {
1616 "type" : " boolean" ,
17- "description" : " Run build when files change. Applies to both libraries and applications. " ,
17+ "description" : " Run build when files change." ,
1818 "default" : false
1919 }
2020 },
You can’t perform that action at this time.
0 commit comments