update tern file to actually work (#1630)

This commit is contained in:
Gus Caplan
2017-06-28 09:29:49 -05:00
committed by Amish Shah
parent 822c1f533c
commit 85615aa3a1

View File

@@ -1,11 +1,21 @@
{ {
"ecmaVersion": 6, "ecmaVersion": 7,
"libs": [], "libs": [],
"loadEagerly": [
"./src/*.js"
],
"dontLoad": [
"node_modules/**"
],
"plugins": { "plugins": {
"node": { "es_modules": {},
"dontLoad": "node_modules/**", "node": {},
"load": "", "doc_comment": {
"modules": "" "fullDocs": true,
"strong": true
},
"webpack": {
"configPath": "./webpack.config.js",
} }
} }
} }