UNPKG
mongoe
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
MongoDB driver with relational functionalities
github.com/ostrebler/mongoe
ostrebler/mongoe
mongoe
/
tsconfig.json
13 lines
•
286 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"strict"
:
true
,
"lib"
:
[
"es2018"
,
"dom"
]
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"**/__tests__/*"
]
}