Forráskód Böngészése

vscode support alias

陈帅 7 éve
szülő
commit
484d71d8e1
2 módosított fájl, 10 hozzáadás és 1 törlés
  1. 0 1
      .gitignore
  2. 10 0
      jsconfig.json

+ 0 - 1
.gitignore

@@ -20,7 +20,6 @@ yarn-error.log
 yarn.lock
 package-lock.json
 *bak
-jsconfig.json
 
 # visual studio code 
 .history

+ 10 - 0
jsconfig.json

@@ -0,0 +1,10 @@
+{
+  "compilerOptions": {
+    "emitDecoratorMetadata": true,
+    "experimentalDecorators": true,
+    "baseUrl": ".",
+    "paths": {
+      "components/*": ["./src/components/*"]
+    }
+  }
+}