Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
255892a3efecbcef9256276eabbf73fee022c577
/
.
/
examples
/
react_webpack
/
tsconfig.json
blob: 0ece51d45fc14b33b8f4ec26e644854c862c80dd [
file
]
{
"compilerOptions"
:
{
"jsx"
:
"react"
,
"lib"
:
[
"ES2015"
,
"DOM"
]
}
}