Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
0c7a75aeef4dae87f02536ed4c42a57c13ef20e2
/
.
/
Platforms
/
emscripten
/
browser_test
/
tsconfig.json
blob: 29a2d833656b53234a2dff79e6a1ea44086940a7 [
file
]
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"nodenext"
,
"lib"
:
[
"ES2020"
],
"strict"
:
true
,
"esModuleInterop"
:
true
,
"types"
:
[
"node"
]
},
"include"
:
[
"**/*.ts"
],
"exclude"
:
[
"node_modules"
]
}