Slide 12
Slide 12 text
● Currently involves (at least in our case) a complex dance between Babel,
Webpack, Node, Jest, and possibly more. However, as we move more
projects to Babel 7, we can drastically simplify this by utilising its ability to
parse TypeScript code.
● To debug this sort of thing, one has to look at the docs and github issues of
several different projects; there is no singular resource for TS tooling
(although our Artsy Engineering blog post on the topic comes close)
Setting up tooling can be tedious