fix versions and logger

This commit is contained in:
2022-07-15 19:40:28 +02:00
parent f8e2210cc0
commit 3597548b4d
18 changed files with 895 additions and 744 deletions

View File

@ -24,8 +24,9 @@
"plugins": [
{
"transform": "@automapper/classes/transformer-plugin",
"modelFileNameSuffix": [".types2.js", ".entity2.ts", ".dto2.ts"]
}
"modelFileNameSuffix": [".types.js", ".entity.ts", ".dto.ts"]
},
{ "transform": "typescript-rtti/dist/transformer" }
]
},
"tsc-alias": {