X Tutup
Skip to content

Commit 8a9bdb9

Browse files
committed
Fixed coverage reports
1 parent 44da97f commit 8a9bdb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"experimentalDecorators": true
3+
"experimentalDecorators": true,
4+
"sourceMap": true
45
},
56
"exclude": [
67
"integration/testfiles/*",

0 commit comments

Comments
 (0)
X Tutup