Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
a6281f73792d17271be862be6d32694a543bccda
/
.
/
internal
/
npm_install
/
tsconfig.json
blob: c92870de2a148f1ed64b049fd62c5dd74d15adca [
file
]
{
"compilerOptions"
:
{
"lib"
:
[
"es2017"
,
"es2018"
],
"module"
:
"commonjs"
,
"removeComments"
:
true
,
"skipLibCheck"
:
true
,
"strict"
:
true
,
"target"
:
"es2018"
},
"files"
:
[
"generate_build_file.ts"
,
]
}