Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
js
/
private
/
node-patches
/
src
/
tsconfig.json
blob: 7b388e2d38efee9e6465db04530bf4577c67da50 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"strict"
:
true
,
"target"
:
"es2017"
,
"moduleResolution"
:
"node"
,
"types"
:
[
"node"
]
},
"include"
:
[
"*.cts"
]
}