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