Skip to content

Commit

Permalink
chore: remove declaration maps (#9822)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 16, 2020
1 parent c37abc2 commit da63789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,8 @@

### Chore & Maintenance

- `[*]` Do not generate TypeScript declaration source maps ([#9822](https://github.com/facebook/jest/pull/9822))

### Performance

## 25.3.0
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -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
Expand Down

0 comments on commit da63789

Please sign in to comment.