We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7f3ac commit f13bc1bCopy full SHA for f13bc1b
src/index.ts
@@ -335,5 +335,6 @@ export type {
335
UserConfig,
336
UserConfigFn,
337
} from './options'
338
-export type { BuildContext, TsdownHooks } from './features/hooks'
+export * from './options/types'
339
+export type { BuildContext, RolldownContext } from './features/hooks'
340
export { logger }
src/options/types.ts
@@ -43,6 +43,17 @@ export type ModuleTypes = Record<
43
| 'css'
44
| 'asset'
45
>
46
+export type {
47
+ AttwOptions,
48
+ ChunkAddon,
49
+ CopyOptions,
50
+ DtsOptions,
51
+ ExportsOptions,
52
+ PublintOptions,
53
+ ReportOptions,
54
+ TsdownHooks,
55
+ UnusedOptions,
56
+}
57
58
export interface Workspace {
59
/**
0 commit comments