Sign in
fuchsia
/
third_party
/
github.com
/
facebook
/
pyrefly
/
refs/heads/upstream/stack-test4
/
.
/
lsp
/
tsconfig.json
blob: b7dc0bc3a2b3f00fc7e76ae3ea14f99d1e268089 [
file
] [
edit
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es2019"
,
"lib"
:
[
"ES2019"
],
"outDir"
:
"out"
,
"rootDir"
:
"src"
,
"sourceMap"
:
true
,
"strict"
:
true
},
"include"
:
[
"src"
],
"exclude"
:
[
"node_modules"
,
".vscode-test"
],
}