Skip to content

Commit c3b091c

Browse files
mikehardyberickson1
authored andcommitted
include es2015.iterable type for RXPTest (#1154)
without this `npm run rn-watch` fails: node_modules/typescript/lib/lib.es2015.promise.d.ts:129:21 - error TS2304: Cannot find name 'Iterable'.
1 parent ead198b commit c3b091c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/RXPTest/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"strict": true,
1919
"lib": [
2020
"es2015.promise",
21+
"es2015.iterable",
2122
"es2018.promise",
2223
"es5",
2324
"dom"

0 commit comments

Comments
 (0)