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