From ad4e332ad2a9b9d2ed2d11cb9bac5c278d74ce85 Mon Sep 17 00:00:00 2001 From: Maya Kirova Date: Wed, 29 Apr 2026 14:47:16 +0300 Subject: [PATCH] chore(*): Fix root dir for plugin since it's now under src. --- plugins/typedoc-plugin-react-components/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/typedoc-plugin-react-components/tsconfig.json b/plugins/typedoc-plugin-react-components/tsconfig.json index 025a465..e7f91b7 100644 --- a/plugins/typedoc-plugin-react-components/tsconfig.json +++ b/plugins/typedoc-plugin-react-components/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "rootDir": "./", + "rootDir": "./src", "outDir": "./dist", "target": "ESNext", "module": "ESNext",