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.