diff --git a/types/index.d.ts b/types/index.d.ts index eb778dc4d..fc84e0e61 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -395,6 +395,7 @@ export interface StartOptions { * already running). If force is set to true, pm2 will start a new instance of that script. */ force?: boolean; + ignore_watch?: string[]; cron?: any; execute_command?: any; write?: any;