Skip to content

Commit

Permalink
frontend: fix source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed Mar 24, 2022
1 parent 9cf8b0f commit 99185e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"target": "es5",
"jsx": "react",
"allowJs": true,
"moduleResolution": "node"
"moduleResolution": "node",
"sourceMap": true
}
}

0 comments on commit 99185e1

Please sign in to comment.