X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2Ftsconfig.json;h=963a067fa705a6ec4500fd3bd5afe1d11a5baa33;hb=dfb8c4dc2e9c75f2c4e7bb8c4bfb6bd8b1a42a53;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..963a067f 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/tsconfig.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/tsconfig.json @@ -7,6 +7,7 @@ "verbatimModuleSyntax": true, "rootDir": "./src", "outDir": "./dist", + "typeRoots": ["./node_modules/@types", "./@types"], "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true,