From 0d6298498ef660f7de8ef55e4db7d8c3847e39ea Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Mon, 4 Nov 2024 10:16:41 +0100 Subject: [PATCH] Enable TypeScript declaration generation --- tsconfig.build.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index eed0f62..de029f4 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -7,7 +7,8 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, - "noUncheckedIndexedAccess": true + "noUncheckedIndexedAccess": true, + "declaration": true }, "ts-node": { "transpileOnly": true