You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/schematics/angular/library/schema.json
+4
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,10 @@
43
43
"type": "boolean",
44
44
"default": false,
45
45
"description": "Do not update \"tsconfig.json\" to add a path mapping for the new library. The path mapping is needed to use the library in an app, but can be disabled here to simplify development."
46
+
},
47
+
"projectRoot": {
48
+
"type": "string",
49
+
"description": "The root directory of the new library."
0 commit comments