瀏覽代碼

🎈 perf: 添加jsconfig.json

GuYun-D 1 年之前
父節點
當前提交
f4a042f2e9
共有 2 個文件被更改,包括 16663 次插入1 次删除
  1. 17 0
      jsconfig.json
  2. 16646 1
      package-lock.json

+ 17 - 0
jsconfig.json

@@ -0,0 +1,17 @@
+{
+  "compilerOptions": {
+    "baseUrl": ".",
+    "paths": {
+      "@/*": [
+        "src/*"
+      ]
+    },
+    "experimentalDecorators": true,
+    "jsx": "preserve"
+  },
+  "exclude": [
+    "node_modules",
+    "dist",
+    "build"
+  ]
+}

文件差異過大導致無法顯示
+ 16646 - 1
package-lock.json


部分文件因文件數量過多而無法顯示