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": [],
"loadEagerly": [
"./src/*.js"
],
"dontLoad": [
"node_modules/**"
],
"plugins": {
"node": {
"dontLoad": "node_modules/**",
"load": "",
"modules": ""
"es_modules": {},
"node": {},
"doc_comment": {
"fullDocs": true,
"strong": true
},
"webpack": {
"configPath": "./webpack.config.js",
}
}
}