perf(ci): ensure internal benchmark run on the same self hosted runner
[poolifier.git] / tsconfig.production.json
1 {
2 "extends": "./tsconfig.json",
3 "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
4 }