Skip to content

Commit 13d9c1d

Browse files
committed
feat: expose ResolvedOptions
1 parent ca21a43 commit 13d9c1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ async function getBuildOptions(
323323
}
324324

325325
export { defineConfig } from './config'
326-
export type { Options, UserConfig, UserConfigFn } from './options'
326+
export type {
327+
Options,
328+
ResolvedOptions,
329+
UserConfig,
330+
UserConfigFn,
331+
} from './options'
327332
export type { BuildContext, TsdownHooks } from './features/hooks'
328333
export { logger }

0 commit comments

Comments
 (0)