Sign in
bazel
/
rules_typescript
/
8c1630b592b8938e28b405f4b6a2806ae85cfcb6
/
.
/
examples
/
testing
/
tsconfig.json
blob: c4faf5a9194965aedb17ea093a5f10129284c8b6 [
file
]
{
"compilerOptions"
:
{
"strict"
:
true
,
"lib"
:
[
"es2015.promise"
,
"dom"
,
"es5"
],
}
}