summaryrefslogtreecommitdiff
path: root/packages/misskey-js/api-extractor.json
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2024-01-20 14:01:27 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2024-01-20 14:01:27 +0900
commitcb74b6175547d7a2de0dce17b381a0f5e1a0fd89 (patch)
treeb038080d0d7a8d5a9ec49ea509630dcfc69fa5fb /packages/misskey-js/api-extractor.json
parentrefactor: migrate to ESM (diff)
downloadmisskey-cb74b6175547d7a2de0dce17b381a0f5e1a0fd89.tar.gz
misskey-cb74b6175547d7a2de0dce17b381a0f5e1a0fd89.tar.bz2
misskey-cb74b6175547d7a2de0dce17b381a0f5e1a0fd89.zip
fix api-extractor
Diffstat (limited to 'packages/misskey-js/api-extractor.json')
-rw-r--r--packages/misskey-js/api-extractor.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/misskey-js/api-extractor.json b/packages/misskey-js/api-extractor.json
index a95281a6d5..f80d0f20a8 100644
--- a/packages/misskey-js/api-extractor.json
+++ b/packages/misskey-js/api-extractor.json
@@ -45,7 +45,7 @@
*
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
*/
- "mainEntryPointFilePath": "<projectFolder>/built/index.d.ts",
+ "mainEntryPointFilePath": "<projectFolder>/built/dts/index.d.ts",
/**
* A list of NPM package names whose exports should be treated as part of this package.