Skip to content

Commit 49d1451

Browse files
committed
do not emit sourcemap - closes #14
1 parent f5f01ab commit 49d1451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"moduleResolution": "Node",
99
"noImplicitReturns": true,
1010
"removeComments": true,
11-
"sourceMap": true,
11+
"sourceMap": false,
1212
"strict": true,
1313
"target": "ES2015",
1414
"useDefineForClassFields": true

0 commit comments

Comments
 (0)