Sign in
apache
/
rocketmq-eventbridge
/
refs/heads/main
/
.
/
sdk
/
demo
/
ApiDestination
/
generated
/
ts
/
tsconfig.json
blob: ae66f5b69ffa18f0f4545345815aac0030581a87 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"target"
:
"es2017"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
,
"esModuleInterop"
:
true
},
"include"
:
[
"src/**/*"
]
}