Go to repository

Interface TaskRollupOptions

This type represents the options that you can pass to the typedoc task.

interface TaskRollupOptions {
    watch?: string;
}

Properties

Properties

Optional
watch?: string

The files to watch for changes, if desired.