Skip to content

Commit 88ef3b8

Browse files
committed
exclude ./lib/sentinel/test-util.ts from build
1 parent 3e16791 commit 88ef3b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/client/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"exclude": [
1111
"./lib/test-utils.ts",
12-
"./lib/**/*.spec.ts"
12+
"./lib/**/*.spec.ts",
13+
"./lib/sentinel/test-util.ts"
1314
],
1415
"typedocOptions": {
1516
"entryPoints": [

0 commit comments

Comments
 (0)