Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
bbbc8db711d3dd2d6474c46c4e6501f3efc453ff
/
.
/
examples
/
nestjs
/
tsconfig.json
blob: 89e539bcb7f3a8cbd5da38bc80be5bb6ffecdc1e [
file
]
{
"compilerOptions"
:
{
"experimentalDecorators"
:
true
,
"target"
:
"ES2015"
,
"module"
:
"commonjs"
,
"rootDirs"
:
[
"."
,
"bazel-out/k8-fastbuild/bin"
,
"bazel-out/darwin-fastbuild/bin"
],
"declaration"
:
true
},
"exclude"
:
[
"external"
]
}