Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
975ae9bc2df698e6d7b18b3004cf478d6a3e1e9d
/
.
/
examples
/
jest
/
tsconfig.json
blob: 0e9b5dc1c57f19743fa119c9328b9ac40d9bfec7 [
file
]
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
},
"exclude"
:
[
"external"
]
}