Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
0bb122200c4daa2ec4c1401bc4a28707facef3c9
/
.
/
tsconfig.json
blob: 0d6655200657f8879fb9b2a2612429a971a38b9f [
file
]
{
"compilerOptions"
:
{
"lib"
:
[
"es2017"
,
"dom"
],
"strict"
:
true
,
"baseUrl"
:
"."
,
"target"
:
"es2015"
,
}
}