refactor: rename http-client to http-client-pool in examples
[poolifier.git] / examples / typescript / http-client-pool / tsconfig.json
CommitLineData
11856b30
JB
1{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "compilerOptions": {
4 "target": "es2022",
5 "module": "es2022",
6 "moduleResolution": "Node16",
7 "rootDir": "./src",
8 "outDir": "./dist",
9 "esModuleInterop": true,
10 "forceConsistentCasingInFileNames": true,
11 "strict": true,
12 "skipLibCheck": true
13 }
14}