UNPKG
discord.js-commando
Version:
latest (0.12.3)
0.12.3
0.12.2
0.12.1
0.12.0
0.11.1
0.11.0
0.10.0
0.9.0
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
The official command framework for Discord.js
github.com/discordjs/Commando
discordjs/Commando
discord.js-commando
/
tsconfig.json
19 lines
•
260 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es2017"
,
"lib"
:
[
"es7"
]
,
"noImplicitAny"
:
false
,
"removeComments"
:
true
,
"sourceMap"
:
true
,
"allowJs"
:
true
}
,
"include"
:
[
"typings/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}