build: silence warnings
[poolifier.git] / tsconfig.development.json
index 5635d6cd1b76d42bfbad4493c495148eaabc6541..87915c1e67db042c15cc271103d0070baf6c54d9 100644 (file)
@@ -2,5 +2,6 @@
   "extends": "./tsconfig.json",
   "compilerOptions": {
     "sourceMap": true
-  }
+  },
+  "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
 }