From 24f44747d6980115d8cabfd51904246079856b15 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Wed, 1 Mar 2023 16:20:48 +0000 Subject: [PATCH] export declaration maps for TypeScript source --- tsconfig-base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig-base.json b/tsconfig-base.json index 45872adc..89d37168 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -4,6 +4,7 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": true, + "declarationMap": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node",