update typings

This commit is contained in:
Tobias Koppers 2021-05-18 16:00:45 +02:00
parent 0d4dbd019a
commit 23f492f8ef
1 changed files with 2 additions and 2 deletions

4
types.d.ts vendored
View File

@ -11596,8 +11596,8 @@ declare abstract class Watching {
};
compiler: Compiler;
running: boolean;
watcher: any;
pausedWatcher: any;
watcher?: null | Watcher;
pausedWatcher?: null | Watcher;
watch(
files: Iterable<string>,
dirs: Iterable<string>,