Browse Source

🎈 perf: 添加jsconfig.json

GuYun-D 1 year ago
parent
commit
f4a042f2e9
2 changed files with 16663 additions and 1 deletions
  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