From 8d77621cbf401d280b925f04b02a54f95d071ff6 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 1 Mar 2023 12:13:01 -0800 Subject: [PATCH] add declarationMap to tsconfig --- tsconfig-base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig-base.json b/tsconfig-base.json index b72747b..f2c618e 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -4,6 +4,7 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": true, + "declarationMap": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true,