Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr...
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / tsconfig.json
index 57e49a1c4adf10b70b32bac5d52516025336d16b..d688c5cefbc0b9ed9b6d0bd12ca83f8d68bd5860 100644 (file)
@@ -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,