Hey, In the [README](https://github.com/microsoft/TypeScript-Babel-Starter/blob/master/README.md#create-your-babelrc) should it be this 👇 ```js { "presets": [ "@babel/preset-env", "@babel/preset-typescript" ], ... } ``` rather than this 👇 ```js { "presets": [ "@babel/env", "@babel/typescript" ], ... } ```
Hey,
In the README should it be this 👇
rather than this 👇