Sign in
apache
/
tinkerpop
/
refs/heads/isGraphComputer-fix
/
.
/
gremlint
/
tsconfig.json
blob: 7f837dc94387819948b439f6b8e453161986dcd7 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"strict"
:
true
,
"lib"
:
[
"DOM"
,
"ES2021"
]
},
"include"
:
[
"src"
],
"exclude"
:
[
"node_modules"
,
"**/__tests__/*"
]
}