Skip to content

Commit 5197722

Browse files
committed
Set inlineSources to true
This puts the source code into the sourcemap rather than pointing to .ts files which are not included in the package.
1 parent 6d29cad commit 5197722

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
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4+
"inlineSources": true,
45
"module": "commonjs",
56
"noFallthroughCasesInSwitch": true,
67
"noImplicitAny": true,

0 commit comments

Comments
 (0)