Sign in
fuchsia
/
third_party
/
github.com
/
google
/
flatbuffers
/
0100f6a5779831fa7a651e4b67ef389a8752bd9b
/
.
/
tests
/
ts
/
tsconfig.node.json
blob: 63cc86827400da69fda611efdc904fa7c6b78316 [
file
]
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"lib"
:
[
"ES2020"
,
"DOM"
],
"moduleResolution"
:
"node"
,
"declaration"
:
true
,
"strict"
:
true
},
"include"
:
[
"no_import_ext/**/*.ts"
]
}