index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
server
/
tsconfig.json
blob: 92c94fced6b2a7e5b1905b5cb9d5ca2f0028804f (
plain
)
1
2
3
4
5
6
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"CommonJS"
,
}
}