From bb66332839e7ad71cc5c23784192862da409c15d Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 1 Oct 2025 15:55:45 -0400 Subject: [PATCH] rework misskey-js build to preserve original package structure --- packages/misskey-js/api-extractor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/misskey-js/api-extractor.json b/packages/misskey-js/api-extractor.json index 70f9a08490..0961dd24b9 100644 --- a/packages/misskey-js/api-extractor.json +++ b/packages/misskey-js/api-extractor.json @@ -45,7 +45,7 @@ * * SUPPORTED TOKENS: , , */ - "mainEntryPointFilePath": "/built/src/index.d.ts", + "mainEntryPointFilePath": "/built/index.d.ts", /** * A list of NPM package names whose exports should be treated as part of this package.