build(deps-dev): apply updates
[poolifier.git] / tsconfig.json
index 7b74ede7f6757a4878bc2c2402759bf7d2d06f5c..65f5b57b31b381d7becc42169b5b8f4396c02763 100644 (file)
@@ -3,9 +3,10 @@
   "compilerOptions": {
     "target": "ES2022",
     "module": "ES2022",
-    "outDir": "lib",
+    "outDir": "./lib",
     "moduleResolution": "Node",
     "declaration": true,
+    "declarationDir": "./lib/dts",
     "strict": true,
     "verbatimModuleSyntax": true,
     "forceConsistentCasingInFileNames": true