Currently, the microbundle output isn't conform to our target. I'm not sure if BabelJS is required here. Please note that TypeScript can be compiled using BabelJS without using tsc.
* eslint [searches](https://eslint.org/docs/2.0.0/user-guide/configuring#using-configuration-files) the configuration in the parent dir
* ./tsconfig.json could extend ../tsconfig.json
* etc.
This…