UNPKG
@minescope/mineping
Version:
latest (2.0.1)
next (1.7.0-beta.5)
2.0.1
2.0.0
1.7.0-beta.5
1.7.0-beta.4
1.7.0-beta.3
1.7.0-beta.2
1.7.0-beta.1
1.7.0-beta.0
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Ping both Minecraft Bedrock and Java servers.
github.com/minescope/mineping
minescope/mineping
@minescope/mineping
/
tsconfig.json
10 lines
•
189 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"include"
:
[
"lib/**/*.js"
,
"index.js"
]
,
"compilerOptions"
:
{
"allowJs"
:
true
,
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
"types"
,
"removeComments"
:
false
}
}