From 31221810a97f7c4dccd5bb3eb48e4d0cb32fe4dc Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 16 Apr 2020 12:28:50 +0200 Subject: [PATCH 1/2] chore: remove declaration maps --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 15f14f7381e7..2301b5e98b8b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "module": "commonjs", "lib": ["dom", "es2017"], "declaration": true, - "declarationMap": true, "composite": true, "emitDeclarationOnly": true, // blocked by https://github.com/chalk/chalk/pull/390 From ba82581b2b990c0681aef227f52b32445ba16013 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 16 Apr 2020 12:30:57 +0200 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbed475bddec..ce1d3e8b1a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ### Chore & Maintenance +- `[*]` Do not generate TypeScript declaration source maps ([#9822](https://github.com/facebook/jest/pull/9822)) + ### Performance ## 25.3.0