Skip to content

Commit 6c8c9b2

Browse files
authored
Fixup tooling CI check
1 parent d7a923d commit 6c8c9b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/tsconfig-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"lib": ["es2015"],
1111
"skipLibCheck": true,
1212
// Don't emit to the file system, because we only want to check for compilation errors.
13-
"noEmit": true
13+
"noEmit": true,
14+
"downlevelIteration": true
1415
}
1516
}

0 commit comments

Comments
 (0)