瀏覽代碼

修改路径标识

林旭祥 10 月之前
父節點
當前提交
a37741da69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -13,7 +13,7 @@
     "baseUrl": ".",
     "allowJs": true,
     "paths": {
-      "@/*": ["src/*"]
+      "@/*": ["teach/src/*"]
     },
     "types": ["vite/client"],
     "skipLibCheck": true,