Skip to content

Commit a7b17f9

Browse files
authored
fix: make sure the source is added to the sourcemap file (#816)
1 parent e91fe24 commit a7b17f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// "allowJs": true,
55
"rootDir": ".",
66
"sourceMap": true,
7+
"inlineSources": true,
78
"declaration": true,
89
"declarationMap": true,
910
},

0 commit comments

Comments
 (0)