Sign in
android
/
platform
/
external
/
pigweed
/
4b48409c4e94edff86800da5c353e3354da4dfd7
/
.
/
pw_ide
/
ts
/
pigweed-vscode
/
tsconfig.json
blob: c24a4c92c12e14be17ab8fd49d5a68077e39ee32 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES2020"
,
"outDir"
:
"out"
,
"lib"
:
[
"ES2020"
],
"sourceMap"
:
true
,
"strict"
:
true
},
"exclude"
:
[
"*.js"
]
}