From bbdc768fc7de6fc5555ba8197becc4659bbf38ce Mon Sep 17 00:00:00 2001 From: Krishan Thisera Date: Fri, 13 Oct 2023 16:11:34 +1030 Subject: [PATCH] DO-1550: make declaration true --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 064f8c63..a9f72ce6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module": "commonjs", "lib": ["es2018"], "noEmit": false, + "declaration": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true,