We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a923d commit 6c8c9b2Copy full SHA for 6c8c9b2
tools/tsconfig-ci.json
@@ -10,6 +10,7 @@
10
"lib": ["es2015"],
11
"skipLibCheck": true,
12
// Don't emit to the file system, because we only want to check for compilation errors.
13
- "noEmit": true
+ "noEmit": true,
14
+ "downlevelIteration": true
15
}
16
0 commit comments