init: add shadcn and ofetch

This commit is contained in:
moolcoov
2025-02-27 16:40:13 +03:00
parent ce965c0ada
commit 7555e2297f
9 changed files with 232 additions and 5 deletions
+6 -1
View File
@@ -3,5 +3,10 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}