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:
Brandon Cheng
2023-08-31 20:11:08 -04:00
committed by GitHub
parent 6f9bcdba51
commit f9052d9d89

View File

@@ -4,7 +4,6 @@
"composite": false,
"declaration": false,
"outDir": "lib",
"sourceMap": false,
"rootDir": "src",
"suppressImplicitAnyIndexErrors": true,
"ignoreDeprecations": "5.0"