mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 08:41:29 +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": [],
|
"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",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue