Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
2bef49d25f47626517549b83fa99fbcfd211ea84
/
.
/
examples
/
from_source
/
tsconfig.json
blob: 881640ef6ff75b573ce8d87b6ccefaeefb882d47 [
file
]
{
"compilerOptions"
:
{
"skipLibCheck"
:
true
,
"lib"
:
[
"ES2017"
,
"dom"
],
"types"
:
[]
}
}