소스 검색

ref: exclude tools in tsc

Sven 1 년 전
부모
커밋
83eea54708
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -18,5 +18,5 @@
     "strict": true,
     "useDefineForClassFields": true
   },
-  "exclude": ["**/*.js", "dist/**"]
+  "exclude": ["**/*.js", "dist/**", "tools/**"]
 }