Browse Source

ref: exclude tools in tsc

Sven 1 năm trước cách đây
mục cha
commit
83eea54708
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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