Skip to content

Commit ca62306

Browse files
jafinJason Finch
andauthored
fix(sourcemaps): Inline ts into sourcemaps to avoid error referenceing non existant src/*.ts file (#473)
Co-authored-by: Jason Finch <[email protected]>
1 parent 9610f51 commit ca62306

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
@@ -8,6 +8,7 @@
88
"rootDir": "./src",
99
"strict": true,
1010
"sourceMap": true,
11+
"inlineSources": true,
1112
"removeComments": false,
1213
"esModuleInterop": true,
1314
"experimentalDecorators": true,

0 commit comments

Comments
 (0)