Selaa lähdekoodia

feat: 添加了jsconfig.json

赵思 2 vuotta sitten
vanhempi
commit
4f1e85b16a
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      jsconfig.json

+ 10 - 0
jsconfig.json

@@ -0,0 +1,10 @@
+{
+  "compilerOptions": {
+    "baseUrl": "./",
+    "paths": {
+      "@/*": ["src/*"],
+      "@business": ["business/dev/*"]
+    }
+  },
+  "include": ["src/**/*", "utils/**/*"]
+}