eslint: Turn off warning from eslint about using unsupported typescript.

We are mostly fine using newer versions of typescript since they
work fine; eslint just warns since it doesn't test against it.
This commit is contained in:
Priyank Patel 2019-06-04 00:49:59 +00:00 committed by Tim Abbott
parent ceff7e51bd
commit 9be6b79945
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"es6": true
},
"parserOptions": {
"warnOnUnsupportedTypeScriptVersion": false,
"sourceType": "module"
},
"globals": {