Sign in
apache
/
tinkerpop
/
master
/
.
/
gremlin-js
/
gremlin-javascript
/
tsconfig.json
blob: f33744894a27aecc3e2984a84324dc9d80d0d419 [
file
]
{
"extends"
:
"@tsconfig/node18/tsconfig.json"
,
"compilerOptions"
:
{
"lib"
:
[
"DOM"
,
"es2022"
],
"allowJs"
:
true
,
"declaration"
:
true
,
"outDir"
:
"build"
,
},
"include"
:
[
"lib"
],
}