Skip to content

Commit ac46a68

Browse files
chore(sourcemap): Inline sources into source maps
1 parent 17e692b commit ac46a68

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
@@ -9,6 +9,7 @@
99
"suppressImplicitAnyIndexErrors": true,
1010
"forceConsistentCasingInFileNames": true,
1111
"sourceMap": true,
12+
"inlineSources": true,
1213
"declaration": true,
1314
"jsx": "react",
1415
"typeRoots": ["./node_modules/@types"],

0 commit comments

Comments
 (0)