test: add missing pool destroy() calls
[poolifier.git] / tsconfig.development.json
index 5635d6cd1b76d42bfbad4493c495148eaabc6541..f7aa7d0f483c1e8054850a434b9a697275e20a0f 100644 (file)
@@ -1,6 +1,7 @@
 {
   "extends": "./tsconfig.json",
   "compilerOptions": {
-    "sourceMap": true
-  }
+    "sourceMap": true,
+  },
+  "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
 }