Skip to content

Commit 7bfb627

Browse files
committed
Inline source map sources
1 parent bb871a9 commit 7bfb627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"noImplicitAny": true,
88
"removeComments": true,
99
"moduleResolution": "node",
10-
"sourceMap": true
10+
"sourceMap": true,
11+
"inlineSources": true
1112
},
1213
"files": [
1314
"src/_bin.ts",

0 commit comments

Comments
 (0)