ソースを参照

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/**"]
 }