Merge branch 'master' into combined-prs-branch
[poolifier.git] / tsconfig.json
index 182a29da4f281ac862ba8048a3d3c477b0f8b010..79ab1b8258e732583dae5ddac8c3736899e85ff3 100644 (file)
@@ -3,10 +3,9 @@
   "compilerOptions": {
     "target": "ES2022",
     "module": "ES2022",
-    "outDir": "lib",
     "moduleResolution": "Node",
     "declaration": true,
-    "declarationDir": "lib/dts",
+    "declarationDir": "./lib/dts",
     "strict": true,
     "verbatimModuleSyntax": true,
     "forceConsistentCasingInFileNames": true