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