File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import bodyParser from 'body-parser';
77import httpProxy from 'http-proxy' ;
88import * as toRegexp from 'path-to-regexp' ;
99import clearModule from 'clear-module' ;
10- import chokidar from 'chokidar' ;
10+ import chokidar , { ChokidarOptions } from 'chokidar' ;
1111import color from 'colors-cli/safe' ;
1212import { proxyHandle } from './proxyHandle' ;
1313import { mockerHandle } from './mockerHandle' ;
@@ -166,7 +166,7 @@ export interface MockerOption {
166166 * Options object as defined [chokidar api options](https://github.com/paulmillr/chokidar#api)
167167 * @default `{}`
168168 */
169- watchOptions ?: chokidar . WatchOptions ;
169+ watchOptions ?: ChokidarOptions ;
170170 /**
171171 * Access Control Allow options.
172172 * @default `{}`
You can’t perform that action at this time.
0 commit comments