Skip to content

Commit ec5734b

Browse files
nemanja-tosicml054
authored andcommitted
Add source maps to tsconfig to facilitate debugging
1 parent 3eece5a commit ec5734b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"outDir": "dist",
88
"declaration": true,
99
"removeComments": true,
10-
"sourceMap": false,
10+
"sourceMap": true,
1111
"pretty": true,
1212
"lib": [ "ES2020" ],
1313
"typeRoots": [

0 commit comments

Comments
 (0)