Feat: Refactor postgress

This commit is contained in:
Till-JS 2025-11-27 02:25:37 +01:00
parent 046a0e3fe7
commit 98efa6f6e8
134 changed files with 9459 additions and 1904 deletions

View file

@ -15,6 +15,11 @@
"default": "./dist/nestjs/index.js"
}
},
"typesVersions": {
"*": {
"nestjs": ["./dist/nestjs/index.d.ts"]
}
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"type-check": "tsc --noEmit",