es2016
while async/await is not part of es2015 (es6), typescript convert it into generators, harder to debug.
I suggest to target es2016 to keep async function unchanged.
Edited by Clément
while async/await is not part of es2015 (es6), typescript convert it into generators, harder to debug.
I suggest to target es2016 to keep async function unchanged.