From 01dd5ef4bdb6bda7ef625acfd3a64f4e718fcfd0 Mon Sep 17 00:00:00 2001 From: Ewout Stortenbeker Date: Mon, 24 Oct 2022 20:04:10 +0200 Subject: [PATCH] add type declaration source maps --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 71168f3..ba7229e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "outDir": "src", "sourceMap": true, "declaration": true, + "declarationMap": true, "noImplicitAny": true }, "exclude": [