UNPKG
@khulnasoft/cdk
Version:
latest (0.0.46)
0.0.46
Define your observability as code using the AWS CDK
github.com/khulnasoft/cdk
khulnasoft/cdk
@khulnasoft/cdk
/
tsconfig.json
16 lines
•
364 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"@tsconfig/node16/tsconfig.json"
,
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"removeComments"
:
false
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
,
"declaration"
:
true
}
,
"files"
:
[
"src/index.ts"
]
}