瀏覽代碼

🎈 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"
+  ]
+}

File diff suppressed because it is too large
+ 16646 - 1
package-lock.json


Some files were not shown because too many files changed in this diff