install packages

This commit is contained in:
2026-04-13 12:13:05 +03:30
parent a29002b429
commit 774a205a9c
12 changed files with 119 additions and 3 deletions

View File

@@ -30,6 +30,10 @@
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"paths": {
"@/*": ["./src/*"],
"&/*": ["./public/*"]
},
"exclude": [
"node_modules"
]