mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-07 17:29:36 -05:00
Only use 'es2015.iterable' to avoid accidental es2015 feature usage.
This commit is contained in:
committed by
Daniel Rosenwasser
parent
3c408d8054
commit
cc477ee891
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"pretty": true,
|
||||
"lib": ["es2015"],
|
||||
"lib": ["es2015.iterable", "es5"],
|
||||
"target": "es5",
|
||||
"rootDir": ".",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user