X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-client-pool%2Ftsconfig.json;h=19c730cb3bfc48460dd15e563cbf9e64c484f0f8;hb=dc83654281bc46f8b391e694749cecf106bcd681;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..19c730cb 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": "Node16", "moduleResolution": "Node16", + "verbatimModuleSyntax": true, "rootDir": "./src", "outDir": "./dist", "esModuleInterop": true,