Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit db5f6d4

Browse files
committed
fix(sourcemaps): use inline sourcemaps for tests
1 parent a4191db commit db5f6d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.test.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"declaration": false
4+
"declaration": false,
5+
"inlineSourceMap": true,
6+
"inlineSources": true,
7+
"sourceMap": false
58
}
69
}

0 commit comments

Comments
 (0)