X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Ftsconfig.json;h=19c730cb3bfc48460dd15e563cbf9e64c484f0f8;hb=3ba1ac7b5f0ee68d776330b6a9137eb124b186ac;hp=57e49a1c4adf10b70b32bac5d52516025336d16b;hpb=418077dfc2c940228949863ec77f414705a5b388;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-cluster/tsconfig.json b/examples/typescript/http-server-pool/fastify-cluster/tsconfig.json index 57e49a1c..19c730cb 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/tsconfig.json +++ b/examples/typescript/http-server-pool/fastify-cluster/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",