Sign in
cos
/
third_party
/
chromite
/
refs/heads/release-R109
/
.
/
ide_tooling
/
cros-ide
/
views
/
tsconfig.json
blob: 5485951dfe6765ba16340b0f3202aa5a1790b379 [
file
] [
log
] [
blame
] [
edit
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES2020"
,
"lib"
:
[
"ES2020"
,
"DOM"
,
"DOM.iterable"
],
"sourceMap"
:
true
,
"rootDirs"
:
[
"src"
,
"../src"
],
"strict"
:
true
,
"jsx"
:
"react-jsx"
,
"esModuleInterop"
:
true
},
"include"
:
[
"src"
]
}