Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Commit e3f0ba2

Browse files
committed
fix: ship inline source maps
This is the easiest way to make sourcemaps "just work"
1 parent 07bbe4e commit e3f0ba2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"target": "es2018",
55
"module": "es6",
66
"moduleResolution": "node",
7-
"sourceMap": true,
87
"declaration": true,
98
"noEmit": true,
109
"lib": ["es2018"],
1110
"sourceRoot": "src",
11+
"inlineSources": true,
12+
"inlineSourceMap": true,
1213
"noErrorTruncation": true,
1314
"skipLibCheck": true,
1415
"esModuleInterop": true,

0 commit comments

Comments
 (0)