UNPKG
cli-legend
Version:
latest (1.0.0)
1.0.0
"A fun command-line rogurelike dungeon game"
github.com/SamparkBhol/roguemaze
SamparkBhol/roguemaze
cli-legend
/
RogueMaze
/
node_modules
/
rxjs
/
src
/
tsconfig.cjs.spec.json
11 lines
(10 loc)
•
285 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./tsconfig.cjs.json"
,
/** * this is pseudo config for test case's relative path resolution to `../src`, runs * cjs config once more instead of manual copying to utilize incremental build. */
"compilerOptions"
:
{
"outDir"
:
"../dist/src"
}
}