build: bump packageManager pnpm version
[poolifier.git] / examples / typescript / http-client-pool / tsconfig.json
CommitLineData
11856b30
JB
1{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "compilerOptions": {
02999424 4 "target": "ES2022",
af1055b0 5 "module": "Node16",
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}