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