UNPKG
cmr1-ts3-bot
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
TS3 bot
github.com/cmr1/node-ts3-bot
cmr1/node-ts3-bot
cmr1-ts3-bot
/
jsconfig.json
14 lines
•
225 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"allowSyntheticDefaultImports"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"bower_components"
,
"jspm_packages"
,
"tmp"
,
"temp"
]
}