UNPKG
muskytape
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Framework não oficial do Discord.js
github.com/discordjs/Commando
discordjs/Commando
muskytape
/
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"
]
}