张晓翠 2 anni fa
parent
commit
bcb5e9301e
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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"]
+}