chore: update types

This commit is contained in:
Rishabh Chawla 2020-09-19 10:00:04 +05:30
parent 8131088db7
commit d23821ac70
1 changed files with 1 additions and 0 deletions

1
types.d.ts vendored
View File

@ -1614,6 +1614,7 @@ declare class Compiler {
parentCompilation: Compilation;
root: Compiler;
outputPath: string;
watching: Watching;
outputFileSystem: OutputFileSystem;
intermediateFileSystem: InputFileSystem &
OutputFileSystem &