chore: add ticket module and tickets entity

This commit is contained in:
mahyargdz
2025-01-22 17:03:46 +03:30
parent c48ec70638
commit e3762c1eba
16 changed files with 166 additions and 27 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"incremental": true
"outDir": "./dist"
},
"include": ["src"],
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]