This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../webapp/.babelrc
Nikhil Ranjan 3475ff3c9d add typescript support (#64)
* add typescript support

* remove typescript extend from eslint-config-mattermost
2019-09-04 17:24:37 -03:00

4 lines
84 B
Text

{
presets: ['@babel/preset-env', '@babel/preset-react', '@babel/typescript']
}