UNPKG
@oddbit/unifi
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.1
1.2.0
1.1.0
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
Unifi API client library
github.com/oddbit/unifi-js
oddbit/unifi-js
@oddbit/unifi
/
tsconfig.json
14 lines
•
245 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}