Skip to content

Commit 5382c05

Browse files
committed
chore: Inline source map
1 parent 21be774 commit 5382c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"target": "es5",
44
"module": "commonjs",
55
"declaration": true,
6-
"sourceMap": true,
76
"outDir": "./lib",
87
"strict": true,
98
"esModuleInterop": true,
10-
"skipLibCheck": true
9+
"skipLibCheck": true,
10+
"inlineSourceMap": true,
1111
},
1212
"include": ["src"],
1313
"exclude": ["node_modules", "**/*.spec.ts"]

0 commit comments

Comments
 (0)