From 739bd1abeb6fd2d5270802a75e536831fe8e422d Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:46:36 +0700 Subject: [PATCH] fix(config): @types tsconfig.json got removed --- typings/generic/typedoc.json | 1 - typings/package_json/typedoc.json | 1 - 2 files changed, 2 deletions(-) diff --git a/typings/generic/typedoc.json b/typings/generic/typedoc.json index f0548e2b..e5d5fc83 100644 --- a/typings/generic/typedoc.json +++ b/typings/generic/typedoc.json @@ -1,5 +1,4 @@ { "extends": ["../../common/autoinstallers/rush-api-documenter/typedoc.base.json"], - "tsconfig": "./types/tsconfig.json", "entryPoints": ["types/index.d.ts"] } diff --git a/typings/package_json/typedoc.json b/typings/package_json/typedoc.json index f0548e2b..e5d5fc83 100644 --- a/typings/package_json/typedoc.json +++ b/typings/package_json/typedoc.json @@ -1,5 +1,4 @@ { "extends": ["../../common/autoinstallers/rush-api-documenter/typedoc.base.json"], - "tsconfig": "./types/tsconfig.json", "entryPoints": ["types/index.d.ts"] }