mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
update tern file to actually work (#1630)
This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user