fixes to schema file psa

This commit is contained in:
2024-12-11 17:07:40 -05:00
parent 7891f7fb1b
commit 972ec4f026
3 changed files with 144 additions and 77 deletions

View File

@@ -21,13 +21,13 @@
],
"paths": {
"@src/*": [
"/src/*"],
"./src/*"],
"@/db/*": [
"./src/db/*"],
"@db/*": [
"./src/db/*"],
"@types/*": [
"/src/types/*"],
"./src/types/*"],
"@components/*": [
"./src/components/*",
"./src/components/ui/*",