UNPKG
sqlmongoose
Version:
latest (6.0.4)
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.0
4.0.0
3.0.1
3.0.0
2.0.0
1.0.0
Mongoose-like schemas and models for SQLite3
github.com/Jersuxs/SQLMongoose
Jersuxs/SQLMongoose
sqlmongoose
/
tsconfig.esm.json
10 lines
(9 loc)
•
178 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"ES2015"
,
"outDir"
:
"./dist/esm"
,
"declaration"
:
false
,
"declarationMap"
:
false
}
}