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