feat: add fastify hybrid pools example
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / tsconfig.json
index 57e49a1c4adf10b70b32bac5d52516025336d16b..963a067fa705a6ec4500fd3bd5afe1d11a5baa33 100644 (file)
@@ -7,6 +7,7 @@
     "verbatimModuleSyntax": true,
     "rootDir": "./src",
     "outDir": "./dist",
+    "typeRoots": ["./node_modules/@types", "./@types"],
     "esModuleInterop": true,
     "forceConsistentCasingInFileNames": true,
     "strict": true,