Skip to content

Commit 5d77484

Browse files
authored
Actually inline sources in soruce map (#46)
1 parent 2c8a652 commit 5d77484

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
@@ -6,7 +6,7 @@
66
"declaration": true,
77
"declarationMap": true,
88
"sourceMap": true,
9-
"inlineSources": false,
9+
"inlineSources": true,
1010
"outDir": "./",
1111
"rootDir": "./src",
1212
"strict": true,

0 commit comments

Comments
 (0)