瀏覽代碼

上传新文件

张晓翠 2 年之前
父節點
當前提交
bcb5e9301e
共有 1 個文件被更改,包括 9 次插入0 次删除
  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"]
+}