Files
dmail-admin/tsconfig.json
T
hamid zarghami e019641d59 admin panel
2025-07-08 12:43:22 +03:30

19 lines
247 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
}
}
}