Go to repository

Interface TaskPrettifyOptions

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

interface TaskPrettifyOptions {
    files: string;
}

Properties

Properties

files: string

The files on which to run prettier.