From e81e88139a564ce5bb423c338eae9e79da0db856 Mon Sep 17 00:00:00 2001 From: Avinash Date: Fri, 10 Mar 2023 15:31:57 +0530 Subject: [PATCH] chore: added decalration map Signed-off-by: Avinash --- commons/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/commons/tsconfig.json b/commons/tsconfig.json index 75aef78c1..176b30ec5 100644 --- a/commons/tsconfig.json +++ b/commons/tsconfig.json @@ -17,6 +17,7 @@ "outDir": "dist/", "rootDir": "./src", "allowJs": true, + "declarationMap":true, "sourceMap": true }, "include": ["./src"],