Enable downlevelIteration

Summary:
Brings us closer to what we had with Flow where
we can directly iterate over maps etc.

More detail here: https://mariusschulz.com/blog/downlevel-iteration-for-es3-es5-in-typescript

Reviewed By: danielbuechele

Differential Revision: D16647222

fbshipit-source-id: 22732c8667e13b43a0f2f9cf7ad036369575cc5b
This commit is contained in:
Pascal Hartig
2019-08-08 14:27:52 -07:00
committed by Facebook Github Bot
parent 3bfb7faf0a
commit d4c526cb7f

View File

@@ -10,6 +10,7 @@
"jsx": "react", "jsx": "react",
"moduleResolution": "node", "moduleResolution": "node",
"baseUrl": ".", "baseUrl": ".",
"downlevelIteration": true,
"paths": { "paths": {
"flipper": ["./src/index.js"] "flipper": ["./src/index.js"]
} }