diff --git a/turbo.json b/turbo.json index 6752e49e..18959f88 100644 --- a/turbo.json +++ b/turbo.json @@ -6,9 +6,13 @@ "dependsOn": ["^build", "types", "theme"], "outputs": ["dist/**", ".vuepress/dist/**"] }, + "types": { "outputs": [] }, + "typedoc": { + "dependsOn": ["types"] + }, "theme": { "outputs": [] },