Skip to content

Commit 2150a6c

Browse files
Generate source map (#144)
to enable debugging
1 parent cb2a294 commit 2150a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"esModuleInterop": true,
1313
"incremental": true,
1414
"skipLibCheck": true,
15+
"sourceMap": true,
1516
},
1617
"exclude": ["node_modules", "build", "indexes/", "dyno-logs", "indexes", "scripts", "scratch", "wiki"]
1718
}

0 commit comments

Comments
 (0)