summaryrefslogtreecommitdiff
path: root/node_modules/discord.js/.tern-project
blob: cc31d86e57facd7882dbf4a54a76a4de51a8bda7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "ecmaVersion": 6,
  "libs": [],
  "plugins": {
    "node": {
      "dontLoad": "node_modules/**",
      "load": "",
      "modules": ""
    }
  }
}