UNPKG
ogame-bot-api
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.0
Api to create a bot for ogame
github.com/noeRls/ogame-bot-api
noeRls/ogame-bot-api
ogame-bot-api
/
tsconfig.json
11 lines
•
205 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"sourceMap"
:
true
,
"outDir"
:
"build"
,
"noImplicitReturns"
:
true
,
"noImplicitAny"
:
true
,
"declaration"
:
true
}
}