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: apps/api-extractor/src/schemas/api-extractor.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
},
49
49
50
50
"reportFileName": {
51
-
"description": "The filename for the API report files. It will be combined with \"trackedFolder\" or \"tempFolder\" to produce a full output filename. The file extension should be \".api.md\", and the string should not contain a path separator such as \"\\\" or \"/\".",
51
+
"description": "The filename for the API report files. It will be combined with \"reportFolder\" or \"reportTempFolder\" to produce a full output filename. The file extension should be \".api.md\", and the string should not contain a path separator such as \"\\\" or \"/\".",
52
52
"type": "string"
53
53
},
54
54
@@ -57,7 +57,7 @@
57
57
"type": "string"
58
58
},
59
59
60
-
"tempFolder": {
60
+
"reportTempFolder": {
61
61
"description": "Specifies the folder where the temporary report file is written. The file name portion is determined by the \"reportFileName\" setting. fter the temporary file is written to disk, it is compared with the file in the \"reportFolder\". If they are different, a production build will fail. The path is resolved relative to the \"rootFolder\" location.",
0 commit comments