build: narrow plugin SDK declaration build

This commit is contained in:
Peter Steinberger
2026-04-08 20:00:42 +01:00
parent 757fc49506
commit f4704184f6
2 changed files with 10 additions and 3 deletions

View File

@@ -12,8 +12,10 @@ const VALID_MODES = new Set(["all", "package-boundary"]);
const ROOT_DTS_INPUTS = [
"tsconfig.json",
"tsconfig.plugin-sdk.dts.json",
"src",
"packages/memory-host-sdk/src",
"src/plugin-sdk",
"src/video-generation/dashscope-compatible.ts",
"src/video-generation/types.ts",
"src/types",
];
const PACKAGE_DTS_INPUTS = [
"tsconfig.json",