create product

This commit is contained in:
hamid zarghami
2025-09-22 12:24:21 +03:30
parent a18c52358b
commit 2a4608e258
34 changed files with 2402 additions and 17 deletions
+16 -4
View File
@@ -1,7 +1,19 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
}
}