Skip to content

Commit 38d199c

Browse files
committed
Exclude specs from tschk task
1 parent 7deb5a7 commit 38d199c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
},
2424
"include": [
2525
"src/**/*.ts"
26+
],
27+
"exclude": [
28+
"src/**/*.spec.ts"
2629
]
2730
}

0 commit comments

Comments
 (0)