UNPKG
@nickmaina/mongors
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A very opinionated cli to run a MongoDB replica set locally for development
@nickmaina/mongors
/
tsconfig.json
13 lines
•
276 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
false
,
"removeComments"
:
true
,
"preserveConstEnums"
:
true
,
"sourceMap"
:
false
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"dist"
}
}