save progress

This commit is contained in:
2022-04-17 02:01:31 +02:00
parent 2319347f03
commit f8e2210cc0
12 changed files with 259 additions and 184 deletions

View File

@ -10,6 +10,7 @@
"baseUrl": "./src/",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noImplicitAny": true,
"paths": {
"#ddd": ["framework/ddd/ddd.types"],
"#framework/*": ["framework/*"],
@ -23,7 +24,7 @@
"plugins": [
{
"transform": "@automapper/classes/transformer-plugin",
"modelFileNameSuffix": [".types.js", ".entity.ts", ".dto.ts"]
"modelFileNameSuffix": [".types2.js", ".entity2.ts", ".dto2.ts"]
}
]
},