Explorar o código

vue项目跳转

Bella %!s(int64=2) %!d(string=hai) anos
pai
achega
6947123f1b
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      jsconfig.json

+ 12 - 0
jsconfig.json

@@ -0,0 +1,12 @@
+{
+  "compilerOptions": {
+    "baseUrl": ".",
+    "paths": {
+      "@/*": ["src/*"]
+    },
+    "target": "ES6",
+    "allowSyntheticDefaultImports": true
+  },
+  "include": ["src/**/*"],
+  "exclude": ["node_modules"]
+}