mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 21:11:55 -04:00
build: fix Jest code block misalignment by setting sourceMap option to true (#7021)
* test: fix Jest code block misalignment in pnpm tests * Revert "test: fix Jest code block misalignment in pnpm tests" This reverts commit 691bc722825b31c97bc6e0fa624ac2337491355d. * build: set sourceMap option to true for `pnpm/tsconfig.json` This allows Jest test failure messages to properly reference the correct source location. These were confusingly misaligned before this change.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"composite": false,
|
||||
"declaration": false,
|
||||
"outDir": "lib",
|
||||
"sourceMap": false,
|
||||
"rootDir": "src",
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"ignoreDeprecations": "5.0"
|
||||
|
||||
Reference in New Issue
Block a user