Parcourir la source

完成别名联想设置

今迈陈寒 il y a 2 ans
Parent
commit
1bfd213e81
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      jsconfig,json

+ 8 - 0
jsconfig,json

@@ -0,0 +1,8 @@
+{
+  "compilerOptions" : {
+    "baseUrl" : "./",
+    "paths" : {
+      "@/*":["src/*"]
+    }
+  }
+}