소스 검색

vscode support alias

陈帅 7 년 전
부모
커밋
484d71d8e1
2개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  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/*"]
+    }
+  }
+}