Parcourir la source

🎈 perf: 添加jsconfig.json

GuYun-D il y a 1 an
Parent
commit
f4a042f2e9
2 fichiers modifiés avec 16663 ajouts et 1 suppressions
  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"
+  ]
+}

Fichier diff supprimé car celui-ci est trop grand
+ 16646 - 1
package-lock.json


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff