UNPKG
rcon-ts-valve
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Improved RCON client in typescript
rcon-ts-valve
/
tsconfig.json
12 lines
•
288 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"typeRoots"
:
[
"./node_modules/@types"
,
"./@types"
]
,
"strict"
:
true
}
,
"include"
:
[
"**/*.ts"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}