quaerateum
Version:
Simple typescript ORM for node.js based on data-mapper, unit-of-work and identity-map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JS.
18 lines (17 loc) • 335 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"moduleResolution": "node",
"declaration": true,
"outDir": "./dist",
"strict": true,
"strictPropertyInitialization": false,
"experimentalDecorators": true
},
"include": [
"entities",
"entities-sql",
"repositories"
]
}