diff --git a/index.d.ts b/index.d.ts index cf7c5a82f8..d561d97ef3 100644 --- a/index.d.ts +++ b/index.d.ts @@ -296,6 +296,18 @@ declare module 'egg' { * don't wait all plugins ready, default is true. */ fastReady: boolean; + /** + * whether reload on debug, default is true. + */ + reloadOnDebug: boolean; + /** + * whether override default watchDirs, default is false. + */ + overrideDefault: boolean; + /** + * whether to reload, use https://github.com/sindresorhus/multimatch + */ + reloadPattern: string[] | string; }; /** * It will ignore special keys when dumpConfig