Skip to content

Commit

Permalink
use inline source maps instead, apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed May 30, 2024
1 parent fb1c435 commit 2d91c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"sourceMap": true
"inlineSourceMap": true
},
"include": ["src"],
"exclude": ["node_modules", "**/*.test.ts"]
Expand Down

0 comments on commit 2d91c5a

Please sign in to comment.