X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2Ftsconfig.json;h=d688c5cefbc0b9ed9b6d0bd12ca83f8d68bd5860;hb=177d434c4ebbc81d0547f2ced17e252da11392d3;hp=57e49a1c4adf10b70b32bac5d52516025336d16b;hpb=d2bc8d8026164b1389822feced0f42af20552176;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/tsconfig.json b/examples/typescript/http-server-pool/fastify-worker_threads/tsconfig.json index 57e49a1c..d688c5ce 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/tsconfig.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/tsconfig.json @@ -2,11 +2,12 @@ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "ES2022", - "module": "ES2022", + "module": "Node16", "moduleResolution": "Node16", "verbatimModuleSyntax": true, "rootDir": "./src", "outDir": "./dist", + "typeRoots": ["./node_modules/@types", "./@types"], "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true,