This commit is contained in:
2025-12-31 17:18:50 +07:00
parent 772e84c761
commit 16f64c5e4b
53 changed files with 4247 additions and 82 deletions

View File

@@ -10,6 +10,10 @@
],
"types": ["vite/client"],
"jsx": "preserve",
"jsxImportSource": "vue"
"jsxImportSource": "vue",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
}