Sign in
bazel
/
rules_typescript
/
a8f559a1f32c735a8a4045d8bcb63e38ad403d07
/
.
/
examples
/
tsconfig-test.json
blob: 634f39930407db611202df09593c912de4a92b60 [
file
] [
log
] [
blame
]
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"types"
:
[
"jasmine"
,
"node"
]
}
}