Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
dbb54a5f6405787e8e79cf38a42c28694ad9abb9
/
.
/
packages
/
node-patches
/
tsconfig-bazel.json
blob: 23b2108af92c9e720aa85abf68c409169ea71993 [
file
]
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
//
workaround issue
1373
"typeRoots"
:[
"../../node_modules/@types"
]
}
}