Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
js
/
private
/
watch
/
src
/
tsconfig.json
blob: 2b271323519b7389cee8759776c18c201ac40d17 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"types"
:
[
"node"
],
"module"
:
"nodenext"
,
"target"
:
"es2017"
,
"moduleResolution"
:
"nodenext"
,
"declaration"
:
true
},
"include"
:
[
"*.mts"
]
}