Go to repository

Interface TaskTsxOptions

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

interface TaskTsxOptions {
    file: string;
    watch?: string;
}

Properties

Properties

file: string

The files to run with tsx.

Optional
watch?: string

The files to watch for changes, if desired.