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