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