Ver Fonte

feat: 添加了jsconfig.json

赵思 há 2 anos atrás
pai
commit
4f1e85b16a
1 ficheiros alterados com 10 adições e 0 exclusões
  1. 10 0
      jsconfig.json

+ 10 - 0
jsconfig.json

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