X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-client-pool%2Ftsconfig.json;h=57e49a1c4adf10b70b32bac5d52516025336d16b;hb=8f49716c05eb5a286c715089e5ec07f030c9cde8;hp=079bc9e1dff2fe47db7d851d61731b3ab0d7f39d;hpb=5ba0cd3c9bdb6479399aa77f45321ac72183f135;p=poolifier.git diff --git a/examples/typescript/http-client-pool/tsconfig.json b/examples/typescript/http-client-pool/tsconfig.json index 079bc9e1..57e49a1c 100644 --- a/examples/typescript/http-client-pool/tsconfig.json +++ b/examples/typescript/http-client-pool/tsconfig.json @@ -1,9 +1,10 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { - "target": "es2022", - "module": "es2022", + "target": "ES2022", + "module": "ES2022", "moduleResolution": "Node16", + "verbatimModuleSyntax": true, "rootDir": "./src", "outDir": "./dist", "esModuleInterop": true,