Skip to content

Commit

Permalink
Fix: Disable source map generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIchenskiy committed Jul 11, 2024
1 parent f273ad8 commit b254025
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 @@ -4,7 +4,7 @@
"module": "esnext",
"lib": ["DOM", "ES6"],
"declaration": true,
"sourceMap": true,
"sourceMap": false,
"outDir": "./dist",
"moduleResolution": "node",
"esModuleInterop": true,
Expand Down

0 comments on commit b254025

Please sign in to comment.