You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This switches our default tsonfig `target` value from `es5` to `es6`. (Though we'll soon not be using `tsc` for transpilation, our tsconfig still matters for things like tests, because ts-jest uses it.)
Note: Doing this required adding a temporary workaround to get node 8 tests to pass. Once we switch to sucrase builds (which don't have the same problem), it will come out.
0 commit comments