Selaa lähdekoodia

ref: exclude tools in tsc

Sven 1 vuosi sitten
vanhempi
commit
83eea54708
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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