Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
2b4264cb806531320c0b32bdcf3ed1c041f4ca45
/
.
/
examples
/
webapp
/
tsconfig.json
blob: ae1497a680775086aff57b9e6b4923449a230dd8 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"strict"
:
true
,
"lib"
:
[
"es2015"
,
"dom"
],
"target"
:
"esnext"
,
"module"
:
"esnext"
,
"inlineSourceMap"
:
true
},
"exclude"
:
[
"external"
]
}