UNPKG
domrobot-client
Version:
latest (3.3.0)
3.3.0
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
INWX Domrobot Node.JS Client
github.com/inwx/nodejs-client
inwx/nodejs-client
domrobot-client
/
tsconfig.json
14 lines
(13 loc)
•
319 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"none"
,
"target"
:
"es6"
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./lib"
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"examples"
]
}