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