Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_thr...
[poolifier.git] / tsconfig.json
index ce2bf2c6e1c14a82285b93b8b86f91cad6829830..182a29da4f281ac862ba8048a3d3c477b0f8b010 100644 (file)
@@ -6,7 +6,9 @@
     "outDir": "lib",
     "moduleResolution": "Node",
     "declaration": true,
+    "declarationDir": "lib/dts",
     "strict": true,
+    "verbatimModuleSyntax": true,
     "forceConsistentCasingInFileNames": true
   },
   "include": ["**/*.ts"],