From 9f7c42754b771c6b99ee867a804c79c993299f23 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Tue, 2 Nov 2021 14:42:41 -0400 Subject: [PATCH] npm run doc work now --- api-extractor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-extractor.json b/api-extractor.json index 1c133f4a1..77d535db2 100644 --- a/api-extractor.json +++ b/api-extractor.json @@ -135,7 +135,7 @@ * SUPPORTED TOKENS: , , * DEFAULT VALUE: "/etc/" */ - "reportFolder": "markdown" + "reportFolder": "markdown/", /** * Specifies the folder where the temporary report file is written. The file name portion is determined by @@ -150,7 +150,7 @@ * SUPPORTED TOKENS: , , * DEFAULT VALUE: "/temp/" */ - // "reportTempFolder": "/temp/" + "reportTempFolder": "markdown/" }, /**