Browse Source

修改路径标识

林旭祥 10 months ago
parent
commit
a37741da69
1 changed files with 1 additions and 1 deletions
  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,