From 3a81d4ad1242db1f4e07ef50418c42fa2a669f4a Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Sun, 23 Aug 2020 00:48:47 +0300 Subject: [PATCH] chore: finalized setup --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 842155eb..0f795611 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "noUnusedParameters": true, "sourceMap": true, "declaration": true, + "declarationMap": true, "noUnusedLocals": true, "removeComments": false, "target": "esnext",