Skip to content

Commit d5fdd66

Browse files
committed
Disable source map generation in TypeScript build
1 parent 42a8384 commit d5fdd66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"resolveJsonModule": true,
2727
"rewriteRelativeImportExtensions": true,
2828
"skipLibCheck": true,
29-
"sourceMap": true,
29+
"sourceMap": false,
3030
"strict": true,
3131
"strictNullChecks": true,
3232
"target": "esnext",

0 commit comments

Comments
 (0)