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