Ver Fonte

上传新文件

张晓翠 há 2 anos atrás
pai
commit
bcb5e9301e
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      baby-institute-admin-ui-front-master/jsconfig.json

+ 9 - 0
baby-institute-admin-ui-front-master/jsconfig.json

@@ -0,0 +1,9 @@
+{ 
+  "compilerOptions": {
+    "baseUrl": "./",
+    "paths": {
+        "@/*": ["src/*"]
+    }
+  },
+  "exclude": ["node_modules", "dist"]
+}