From c09d1b0f8752a152a093700987fa9830af2272c6 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:47:59 +1000 Subject: [PATCH] Re-enable declarationMap --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 354d82b86f..b7f6b0dc2c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "baseUrl": ".", "checkJs": true, "declaration": true, + "declarationMap": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "lib": ["DOM", "DOM.Iterable", "ES2020"],