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
+5 -1
View File
@@ -20,7 +20,11 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"]
}