前后端登录注册连接成功

Change-Id: Ib5f9282fe7217b3363e542ce5c4e1c0d32619dcb
diff --git a/jsconfig.json b/jsconfig.json
index 4aafc5f..fb41712 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -1,19 +1,19 @@
-{
-  "compilerOptions": {
-    "target": "es5",
-    "module": "esnext",
-    "baseUrl": "./",
-    "moduleResolution": "node",
-    "paths": {
-      "@/*": [
-        "src/*"
-      ]
-    },
-    "lib": [
-      "esnext",
-      "dom",
-      "dom.iterable",
-      "scripthost"
-    ]
-  }
-}
+{

+  "compilerOptions": {

+    "target": "es5",

+    "module": "esnext",

+    "baseUrl": "./",

+    "moduleResolution": "node",

+    "paths": {

+      "@/*": [

+        "src/*"

+      ]

+    },

+    "lib": [

+      "esnext",

+      "dom",

+      "dom.iterable",

+      "scripthost"

+    ]

+  }

+}