discord.js/.tern-project

18 lines
301 B
Text
Raw Permalink Normal View History

2016-12-21 12:37:19 +13:00
{
"ecmaVersion": 7,
2016-12-21 12:37:19 +13:00
"libs": [],
"loadEagerly": ["./src/*.js"],
"dontLoad": ["node_modules/**"],
2016-12-21 12:37:19 +13:00
"plugins": {
"es_modules": {},
"node": {},
"doc_comment": {
"fullDocs": true,
"strong": true
},
"webpack": {
2017-08-07 10:15:34 +12:00
"configPath": "./webpack.config.js"
2016-12-21 12:37:19 +13:00
}
}
}