mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Only use 'es2015.iterable' to avoid accidental es2015 feature usage.
This commit is contained in:
parent
3c408d8054
commit
cc477ee891
@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"pretty": true,
|
||||
"lib": ["es2015"],
|
||||
"lib": ["es2015.iterable", "es5"],
|
||||
"target": "es5",
|
||||
"rootDir": ".",
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user