Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compiler] Enable sourceMaps in tsconfig (#30064)
With this, we can set a `debugger` breakpoint and we'll break into the source code when running tests with snap. Without this, we'd break into the transpiled js code.
- Loading branch information