]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
style: format tsconfig
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fri, 19 Jan 2024 08:38:00 +0000 (16:38 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fri, 19 Jan 2024 08:38:00 +0000 (16:38 +0800)
tsconfig.json

index ced7bbc1eaaf85e4104c483ec10e86cd42ea7688..159200b40aeb3fc62bcfd968e94ae93b72feb454 100644 (file)
@@ -25,8 +25,8 @@
       "@vue/compat": ["packages/vue-compat/src"],
       "@vue/vapor": ["packages/vue-vapor/src"],
       "@vue/*": ["packages/*/src"],
-      "vue": ["packages/vue/src"]
-    }
+      "vue": ["packages/vue/src"],
+    },
   },
   "include": [
     "packages/global.d.ts",
@@ -37,6 +37,6 @@
     "packages/vue/jsx-runtime",
     "scripts/*",
     "rollup.*.js",
-    "playground"
-  ]
+    "playground",
+  ],
 }