Skip to content

Commit bcf7d8e

Browse files
committed
infra: remove sourceMaps from built files
1 parent ff4dce8 commit bcf7d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"noImplicitReturns": true,
66
"noUnusedLocals": true,
77
"outDir": "lib",
8-
"sourceMap": true,
8+
"sourceMap": false,
99
"strict": true,
1010
"target": "es2022",
1111
"resolveJsonModule": true,

0 commit comments

Comments
 (0)