UNPKG
node-mndp
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A Mikrotik Network Discovery Protocol in Node
github.com/pheinrichs/node-mndp
pheinrichs/node-mndp
node-mndp
/
tsconfig.json
13 lines
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"typeRoots"
:
[
"node_modules/@types"
,
"custom_types"
]
}
}