Add tern-project file
This commit is contained in:
17
.tern-project
Normal file
17
.tern-project
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"ecmaVersion": 6,
|
||||
"libs": [],
|
||||
"loadEagerly": [
|
||||
"common/app/**/*.js",
|
||||
"common/app/**/*.jsx",
|
||||
"server/**/*.js"
|
||||
],
|
||||
"plugins": {
|
||||
"commonjs": {},
|
||||
"es_modules": {},
|
||||
"node": {},
|
||||
"node_resolve": {},
|
||||
"complete_strings": {},
|
||||
"node-express": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user