Skip to content

Commit 55a6cfd

Browse files
committed
Fix TS compilation error
1 parent 318ef81 commit 55a6cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/action-listener-middleware/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// "removeComments": true, /* Do not emit comments to output. */
2222
// "noEmit": true, /* Do not emit outputs. */
2323
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
24-
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
24+
"downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
2525
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
2626

2727
/* Strict Type-Checking Options */

0 commit comments

Comments
 (0)