Sign in
apache
/
casbin-node-casbin
/
refs/heads/beta
/
.
/
tsconfig.cjs.json
blob: a20da82704142d25282d72e1633b29fea2756d04 [
file
] [
log
] [
blame
]
{
"extends"
:
"./tsconfig"
,
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"module"
:
"CommonJS"
,
"outDir"
:
"lib"
}
}