Enable nodejs completion with tern

This commit is contained in:
Christine Spang 2016-12-07 07:25:48 -08:00
parent a23c68092e
commit 718cdbe9ae

5
.tern-project Normal file
View file

@ -0,0 +1,5 @@
{
"plugins": {
"node": {}
}
}