Sign in
go
/
vscode-go
/
d6fb20289a8484e57dc4fa21a2f44094de7f1a5b
/
.
/
tsconfig.json
blob: 22113a91c34d79d544900845dc61a8192d65d01a [
file
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"outDir"
:
"out"
,
"sourceMap"
:
true
,
"target"
:
"es2017"
,
"lib"
:
[
"es2017"
],
"strict"
:
true
,
"esModuleInterop"
:
true
,
},
"exclude"
:
[
"node_modules"
,
"third_party"
]
}