Refactor, fixed search

This commit is contained in:
2023-09-15 09:08:33 -04:00
parent 4114d533b2
commit 128181bed6
28 changed files with 343 additions and 342 deletions

View File

@@ -27,9 +27,10 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@api/*": ["src/app/_api"],
"@app/*": ["./src/app/*"],
"@components/*": ["src/components/*"],
"@js/*": ["src/js"]
"@components/*": ["src/app/_components/*"],
"@lib/*": ["src/app/_components/*"]
}
},
"include": [