UNPKG
@kloutit/kloutit-sdk
Version:
beta (4.0.0-beta.1)
latest (4.1.0)
4.1.0
4.0.1
4.0.0-beta.1
3.0.0
3.0.0-beta.1
2.1.1
2.1.0
2.0.0-beta.1
1.0.2
1.0.1
1.0.0
Kloutit SDK API for client integrations
github.com/kloutit/kloutit-sdk-node
kloutit/kloutit-sdk-node
@kloutit/kloutit-sdk
/
tsconfig.json
22 lines
(21 loc)
•
321 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"ES5"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"lib"
:
[
"es6"
,
"dom"
]
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}