feat: created api product and api feature zod schemas
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"rootDir": ".",
|
||||
"paths": {
|
||||
"@api/*": ["./api/*"],
|
||||
"@models/*": ["./models/*"]
|
||||
"@models/*": ["./models/*"],
|
||||
"@utils/*": ["./utils/*"]
|
||||
}
|
||||
},
|
||||
"include": ["./**/*"],
|
||||
|
||||
Reference in New Issue
Block a user