diff --git a/.tern-project b/.tern-project index cc31d86e5..8f37bf06e 100644 --- a/.tern-project +++ b/.tern-project @@ -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", } } }