Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
2d403c545bb4e95628b38c8c56faf9ef4a9de0d0
/
.
/
examples
/
angular
/
src
/
tsconfig-test.json
blob: 3c91aff7199e31871c84cea591e116f28fc9688b [
file
] [
log
] [
blame
]
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"types"
:
[
"jasmine"
,
"node"
]
}
}