From: Jérôme Benoit Date: Tue, 29 Aug 2023 16:45:29 +0000 (+0200) Subject: build: cleanup TS configuration X-Git-Tag: v2.6.38~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=01605e64efd1421c26229092b918a36283570d95;p=poolifier.git build: cleanup TS configuration Signed-off-by: Jérôme Benoit --- diff --git a/tsconfig.json b/tsconfig.json index 65f5b57b..79ab1b82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "compilerOptions": { "target": "ES2022", "module": "ES2022", - "outDir": "./lib", "moduleResolution": "Node", "declaration": true, "declarationDir": "./lib/dts",