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