X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fsmtp-client-pool%2Ftsconfig.json;h=19c730cb3bfc48460dd15e563cbf9e64c484f0f8;hb=0487a1d31932a4d45d0e7607a3daec2ef0765300;hp=57e49a1c4adf10b70b32bac5d52516025336d16b;hpb=9aef1431cbefd8bf1fc48654c94cc464243e0113;p=poolifier.git diff --git a/examples/typescript/smtp-client-pool/tsconfig.json b/examples/typescript/smtp-client-pool/tsconfig.json index 57e49a1c..19c730cb 100644 --- a/examples/typescript/smtp-client-pool/tsconfig.json +++ b/examples/typescript/smtp-client-pool/tsconfig.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "ES2022", - "module": "ES2022", + "module": "Node16", "moduleResolution": "Node16", "verbatimModuleSyntax": true, "rootDir": "./src",