InternalWatcherOptions: Required<Omit<WatcherOptions, "cwd">> & {
    cwd: string | undefined;
}

Internal watcher options