Refine tsconfig.json
[poolifier.git] / tsconfig.json
index 442a4745b053de18dd6689c1c7dd0e17d4e5e020..a4fa43bad92ab38ad6d903d6acd497fcfdccd0a9 100644 (file)
@@ -9,5 +9,5 @@
     "importsNotUsedAsValues": "error"
   },
   "include": ["**/*.ts"],
-  "exclude": ["node_modules"]
+  "exclude": ["node_modules", "lib"]
 }