File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ declare var path: any;
20
20
import * as ts from "typescript" ;
21
21
22
22
function watch ( rootFileNames : string [ ] , options : ts . CompilerOptions ) {
23
- const files : ts . Map < { version : number } > = { } ;
23
+ const files : ts . MapLike < { version : number } > = { } ;
24
24
25
25
// initialize the list of files
26
26
rootFileNames . forEach ( fileName => {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ declare var path: any;
23
23
import * as ts from "typescript" ;
24
24
25
25
function watch ( rootFileNames : string [ ] , options : ts . CompilerOptions ) {
26
- const files : ts . Map < { version : number } > = { } ;
26
+ const files : ts . MapLike < { version : number } > = { } ;
27
27
28
28
// initialize the list of files
29
29
rootFileNames . forEach ( fileName => {
You can’t perform that action at this time.
0 commit comments