Sign in
apache
/
skywalking-nodejs
/
refs/heads/master
/
.
/
tsconfig.json
blob: f6ebc112c13561f8badc95178526fd373d47431d [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"rootDir"
:
"."
,
"baseUrl"
:
"."
,
"outDir"
:
"."
,
"resolveJsonModule"
:
true
,
"composite"
:
true
,
"esModuleInterop"
:
true
},
"files"
:
[
"package.json"
],
"include"
:
[
"src/**/*"
,
"tests/**/*"
]
}