From 01605e64efd1421c26229092b918a36283570d95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 29 Aug 2023 18:45:29 +0200 Subject: [PATCH] build: cleanup TS configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) 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", -- 2.34.1