Sign in
go
/
vscode-go
/
b4b68a76fac190ca12179ef9ef24ecffc57ea9d6
/
.
/
extension
/
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"
]
}