From 003f81e10b552b432e8296c9488850ff70e690cf Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 26 五月 2026 10:57:01 +0800
Subject: [PATCH] chore: jsconfig

---
 jsconfig.json |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 0000000..2c8ee2b
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,8 @@
+{
+  "compilerOptions": {
+    "baseUrl": ".",
+    "paths": {
+      "@/*": ["src/*"]
+    }
+  }
+}

--
Gitblit v1.9.3