Skip to content

Commit 0767546

Browse files
committed
build: stop generating source map files
1 parent 65467b7 commit 0767546

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"composite": true,
44
"declaration": true,
5-
"declarationMap": true,
5+
"declarationMap": false,
66
"lib": ["DOM", "ES2020"],
77
"module": "CommonJS",
88
"moduleResolution": "node",
@@ -11,7 +11,7 @@
1111
"noImplicitAny": false,
1212
"resolveJsonModule": true,
1313
"skipLibCheck": true,
14-
"sourceMap": true,
14+
"sourceMap": false,
1515
"strict": true,
1616
"strictNullChecks": true,
1717
"target": "ES2018"

0 commit comments

Comments
 (0)