feat: add websocket server hybrid pool example
[poolifier.git] / examples / typescript / http-client-pool / tsconfig.json
CommitLineData
11856b30
JB
1{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "compilerOptions": {
02999424
JB
4 "target": "ES2022",
5 "module": "ES2022",
11856b30 6 "moduleResolution": "Node16",
219d4044 7 "verbatimModuleSyntax": true,
11856b30
JB
8 "rootDir": "./src",
9 "outDir": "./dist",
10 "esModuleInterop": true,
11 "forceConsistentCasingInFileNames": true,
12 "strict": true,
13 "skipLibCheck": true
14 }
15}