Init applications

This commit is contained in:
NVWA Bot
2025-12-17 08:22:33 +00:00
commit 51a29e87a4
81 changed files with 7574 additions and 0 deletions

View File

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