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