mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
update tern file to actually work (#1630)
This commit is contained in:
parent
ead6d80c36
commit
5891c0b4d7
1 changed files with 15 additions and 5 deletions
|
|
@ -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",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue