Interface: UserConfigFnContext
Defined in: src/config/types.ts:684
Properties
ci
ts
ci: booleanDefined in: src/config/types.ts:685
rootConfig?
ts
optional rootConfig?: UserConfig;Defined in: src/config/types.ts:686
watch
ts
watch: objectDefined in: src/config/types.ts:687
close
ts
close: () => Promise<void>Returns
Promise<void>
restart
ts
restart: () => Promise<TsdownHandle>Returns
Promise<TsdownHandle>