summaryrefslogtreecommitdiff
path: root/node_modules/discord.js/.tern-project
blob: f5ce94809382532564e96a591c7bc453c11e584b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "ecmaVersion": 7,
  "libs": [],
  "loadEagerly": ["./src/*.js"],
  "dontLoad": ["node_modules/**"],
  "plugins": {
    "es_modules": {},
    "node": {},
    "doc_comment": {
      "fullDocs": true,
      "strong": true
    },
    "webpack": {
      "configPath": "./webpack.config.js"
    }
  }
}