Skip to content

Commit 0337a3c

Browse files
committed
fix build from coverage
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 86c5a2a commit 0337a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"skipLibCheck": true,
2424
"esModuleInterop": true
2525
},
26-
"exclude": ["node_modules", ".vscode", "bin", "build", "tests"]
26+
"exclude": ["node_modules", ".vscode", "bin", "build", "tests", "coverage"]
2727
}

0 commit comments

Comments
 (0)