index
:
Journlr Backend
master
Backend for CLI Journal Note Taker.
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tsconfig.build.json
blob: 64f86c6bd2bb30e3d22e752295eb7c7923fc191e (
plain
)
1
2
3
4
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
}