Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
examples
/
js_library
/
two
/
tsconfig.json
blob: ec6b5c21169e6fcf384033cdd4e532f68260ec0a [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es2017"
,
"noImplicitAny"
:
true
},
"include"
:
[
"*.ts"
]
}