add tern config file

This commit is contained in:
Evan You 2016-05-09 14:42:58 -04:00
parent 097bb2e4e8
commit 19f3fab1c4

6
.tern-project Normal file
View File

@ -0,0 +1,6 @@
{
"ecmaVersion": 6,
"libs": [
"browser"
]
}