Skip to content

Commit b0e3001

Browse files
authored
Fix source map generation (#396)
1 parent 2049aff commit b0e3001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.dist.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "./tsconfig",
33
"compilerOptions": {
44
"sourceMap": true,
5+
"inlineSources": true,
56
"rootDir": "./source",
67
"outDir": "./distribution"
78
},

0 commit comments

Comments
 (0)