Skip to content

Commit 46b3db0

Browse files
authored
Set sourceMap to true in tsconfig to allow for debugging (#664)
Set sourceMap to true in tsconfig to improve debugging
1 parent 7028736 commit 46b3db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"rootDir": "./src",
77
"allowJs": true,
88
"outDir": "./lib",
9+
"sourceMap": true,
910
"esModuleInterop": true,
1011
"forceConsistentCasingInFileNames": true,
1112
"strict": false,

0 commit comments

Comments
 (0)