Moved files out of app dir

This commit is contained in:
2023-09-21 20:25:31 -04:00
parent 8eaeeb9554
commit ab4073f280
19 changed files with 16 additions and 16 deletions

View File

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