소스 검색

Update tsconfig.json

customisations
alemart 8 달 전
부모
커밋
5c9fd4c6b2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      tsconfig.json

+ 2
- 2
tsconfig.json 파일 보기

@@ -15,7 +15,7 @@
15 15
         "forceConsistentCasingInFileNames": true,
16 16
         "preserveSymlinks": true
17 17
     },
18
-    "exclude": [
19
-        "node_modules"
18
+    "include": [
19
+        "src/**/*"
20 20
     ]
21 21
 }

Loading…
취소
저장