build(deps-dev): bump expect from 29.6.4 to 29.7.0
[poolifier.git] / tsconfig.production.json
1 {
2 "extends": "./tsconfig.json",
3 "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
4 }