From 6191a5d883048b694404dbf42527caba395828ea Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 1 Apr 2024 10:21:18 +0200 Subject: docs: rewrite api-docs generation using ts-morph (#2628) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index a290fc07..a949c9c3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,6 @@ "node_modules", "dist", // required for the typedoc related tests on macOS #2280 - "test/scripts/apidoc/temp" + "test/scripts/apidocs/temp" ] } -- cgit v1.2.3