Only use 'es2015.iterable' to avoid accidental es2015 feature usage.

This commit is contained in:
Daniel Rosenwasser 2018-12-10 17:16:23 -08:00 committed by Daniel Rosenwasser
parent 3c408d8054
commit cc477ee891

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"pretty": true,
"lib": ["es2015"],
"lib": ["es2015.iterable", "es5"],
"target": "es5",
"rootDir": ".",