From 961b7dd48f034a06feec13c28b02b8535186020f Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 30 May 2023 13:08:46 +0200 Subject: [PATCH] fix: doc generation use latest typedoc version --- tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fb2aa34..e394b0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,11 +9,7 @@ "outDir": "dist" }, "typedocOptions": { - "entryPoints": ["src"], - "jsDocCompatibility": { - "exampleTag": true, - "defaultTag": true - } + "entryPoints": ["src"] }, "include": ["src/**/*.ts"] } \ No newline at end of file