Sign in
apache
/
skywalking-nodejs
/
refs/tags/v0.2.0
/
.
/
tests
/
build
/
tsconfig.json
blob: 0a402e8e217806ee771636269f1061c16f620a4e [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"rootDir"
:
"."
,
"baseUrl"
:
"."
,
"outDir"
:
"."
,
"resolveJsonModule"
:
true
,
"composite"
:
true
,
"esModuleInterop"
:
true
},
"files"
:
[
"package.json"
]
}