From 4d416fb628d32339a5ae3f057eac6b7889b040bc Mon Sep 17 00:00:00 2001 From: MiaoWoo Date: Thu, 17 Oct 2019 16:41:13 +0800 Subject: [PATCH] feat: add declarationMap config Signed-off-by: MiaoWoo --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f754065..c3d49b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "sourceMap": true, "declaration": true, + "declarationMap": true, "noImplicitAny": true, "allowUnreachableCode": true, "experimentalDecorators": true,