From 6b18306efc3cceb1bc60fecac1b8cb5296623676 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 5 Oct 2025 10:13:34 -0300 Subject: [PATCH] Expose package targets to API --- src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index 7a8f419c..f1b409c7 100644 --- a/src/api.ts +++ b/src/api.ts @@ -56,7 +56,7 @@ export interface IListFilesOptions { ignoreFile?: string; } -export type { IPackageOptions } from './package'; +export type { IPackageOptions, Targets } from './package'; /** * Creates a VSIX from the extension in the current working directory.