Sign in
chromium
/
v8
/
v8
/
2c355e54d8615c2a0991c3031878e5d4c4f37c20
/
.
/
tools
/
torque
/
vscode-torque
/
tsconfig.json
blob: e1b012eed78c51cf4520cd08d34789977b198337 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"outDir"
:
"out"
,
"rootDir"
:
"src"
,
"lib"
:
[
"es6"
],
"sourceMap"
:
true
},
"include"
:
[
"src"
],
"exclude"
:
[
"node_modules"
,
".vscode-test"
]
}