Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
48f0f75cfb2bf032d682a9803764cae067da4e97
/
.
/
packages
/
worker
/
tsconfig.json
blob: fb6d56dfb67e864b698c6f85acb4e04acc2a0b26 [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"moduleResolution"
:
"node"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
},
}