add typescript support (#64)

* add typescript support

* remove typescript extend from eslint-config-mattermost
This commit is contained in:
Nikhil Ranjan 2019-09-04 22:24:37 +02:00 committed by Jesse Hallam
parent aac26c1068
commit 3475ff3c9d
6 changed files with 434 additions and 17 deletions

View file

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