X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-client-pool%2Ftsconfig.json;h=19c730cb3bfc48460dd15e563cbf9e64c484f0f8;hb=9b2a9f3fda43bb1663ddf5d5dfcbaaa866d8925a;hp=c070ed24e50c67b81a44c644272d4087d544fc5c;hpb=219d4044243f9faf9bdf2474c3484012dfa0fb89;p=poolifier.git diff --git a/examples/typescript/http-client-pool/tsconfig.json b/examples/typescript/http-client-pool/tsconfig.json index c070ed24..19c730cb 100644 --- a/examples/typescript/http-client-pool/tsconfig.json +++ b/examples/typescript/http-client-pool/tsconfig.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { - "target": "es2022", - "module": "es2022", + "target": "ES2022", + "module": "Node16", "moduleResolution": "Node16", "verbatimModuleSyntax": true, "rootDir": "./src",