This commit is contained in:
Stavros
2025-04-29 22:36:48 +03:00
parent f824b84787
commit fd96f39d3a
64 changed files with 3364 additions and 3518 deletions

View File

@@ -3,5 +3,11 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}