UNPKG
kiolyn-api-specs
Version:
latest (6.6.17)
6.6.17
Update
github.com/chinhnguyen/kiolyn-js-api-client
chinhnguyen/kiolyn-js-api-client
kiolyn-api-specs
/
ts
/
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"
]
}