Sign in
bazel
/
rules_typescript
/
793b15e7f85983021a6e098595e0fc5e1b5e8e15
/
.
/
examples
/
tsconfig.json
blob: d08c0faa6a1716dcce4700a07cfbe5a41ac18878 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"strict"
:
true
,
"lib"
:
[
"es2015.promise"
,
"dom"
,
"es5"
]
}
}