Skip to content

Commit f7c954f

Browse files
committed
Disable source map generation in TypeScript config
1 parent 59c75a0 commit f7c954f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"allowJs": false,
55
"composite": true,
66
"declaration": true,
7-
"declarationMap": true,
7+
"declarationMap": false,
88
"erasableSyntaxOnly": true,
99
"esModuleInterop": true,
1010
"exactOptionalPropertyTypes": true,
@@ -22,7 +22,7 @@
2222
"resolveJsonModule": true,
2323
"rewriteRelativeImportExtensions": false,
2424
"skipLibCheck": true,
25-
"sourceMap": true,
25+
"sourceMap": false,
2626
"strict": true,
2727
"strictNullChecks": true,
2828
"target": "esnext",

0 commit comments

Comments
 (0)