Skip to content

Commit

Permalink
Enable swc sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Sep 5, 2023
1 parent 319d196 commit a330b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/desktop-client/.swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"syntax": "typescript",
"tsx": true
}
}
},
"sourceMaps": true
}
3 changes: 2 additions & 1 deletion packages/loot-core/.swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"syntax": "typescript",
"tsx": true
}
}
},
"sourceMaps": true
}

0 comments on commit a330b25

Please sign in to comment.