From abce96c5c84c522a2d3e50d9bce9dd789d7c0046 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Mon, 20 Mar 2023 11:40:23 +0100 Subject: [PATCH 1/2] feat: add declarationmap to main tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 69a8d2286b..c054c3949d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,6 +28,7 @@ "stripInternal": true, "target": "ES2019", "allowJs": true, + "declarationMap": true, "typeRoots": [ "@types", // "@types-extensions", From 449dd14f46a3ebc834b3dc940b16e095478fcbd9 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Mon, 20 Mar 2023 12:40:59 +0100 Subject: [PATCH 2/2] feat: add declaration to main tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c054c3949d..7a34b7575c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,6 +28,7 @@ "stripInternal": true, "target": "ES2019", "allowJs": true, + "declaration": true, "declarationMap": true, "typeRoots": [ "@types",