Sign in
apache
/
openwhisk-vscode
/
refs/heads/master
/
.
/
static-src
/
jsconfig.json
blob: d9214da8d527299fff9e948738ad3302779ec449 [
file
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES5"
,
"noLib"
:
true
},
"exclude"
:
[
"node_modules"
]
}