mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Create .tern-project (#1003)
This commit is contained in:
11
.tern-project
Normal file
11
.tern-project
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ecmaVersion": 6,
|
||||
"libs": [],
|
||||
"plugins": {
|
||||
"node": {
|
||||
"dontLoad": "node_modules/**",
|
||||
"load": "",
|
||||
"modules": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user