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