mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
build - Support iterating over generators
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@
|
||||
"removeComments": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "es6"
|
||||
"target": "es5",
|
||||
"downlevelIteration": true
|
||||
},
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"include": ["src"]
|
||||
|
||||
Reference in New Issue
Block a user