sequelize-adapter
Version:
Use Unit Of Wrok pattern to wrap sequelize up.
23 lines • 483 B
JSON
{
"compilerOptions": {
"target": "ES2015",
"moduleResolution": "Node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"diagnostics": true,
"removeComments": true,
"outDir": "./dist/cjs",
"module": "CommonJS",
"declaration": true
},
"exclude": [
"node_modules",
"src/**/*.spec.ts"
],
"include": [
"src/**/*.ts"
]
}