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 Aug 27, 2023
1 parent 850824c commit bda2622
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"noImplicitAny": false,
"resolveJsonModule": true,
"moduleResolution": "Node",
"skipLibCheck": true
"skipLibCheck": true,
"sourceMap": true,
"inlineSources": true,
"sourceRoot": "/"
}
}

0 comments on commit bda2622

Please sign in to comment.