Skip to content

Commit

Permalink
chore: output sourcemaps on build
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jul 27, 2023
1 parent 479669b commit 97e9ef8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"esModuleInterop": true,
"strict": true,
"noImplicitAny": false,
"resolveJsonModule": true
"resolveJsonModule": true,
"moduleResolution": "Node",
"sourceMap": true,
"inlineSources": true,
"sourceRoot": "/"
}
}

0 comments on commit 97e9ef8

Please sign in to comment.