UNPKG
kong-sdk
Version:
latest (0.0.1)
0.0.1
The open source Kong SDK built by VEED
github.com/veedstudio/kong-sdk
veedstudio/kong-sdk
kong-sdk
/
tsconfig.json
14 lines
(13 loc)
•
302 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"rootDir"
:
"./"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"esModuleInterop"
:
true
,
"strict"
:
true
}
,
"include"
:
[
"index.ts"
,
"src"
]
,
"exclude"
:
[
"node_modules"
,
"**/*.test.*/*"
]
}