Add tern config

This commit is contained in:
Adam Goldsmith 2018-02-04 01:12:30 -05:00
parent aee1ecab8a
commit 7ba6cf3580
1 changed files with 8 additions and 0 deletions

8
.tern-config Normal file
View File

@ -0,0 +1,8 @@
{
"libs": [
"browser"
],
"plugins": {
"node": {}
}
}