Skip to content

Commit c2187fb

Browse files
feat(abstract-utxo): include test files in tsconfig.json
Issue: BTC-1450
1 parent ae6b831 commit c2187fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/abstract-utxo/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"esModuleInterop": true,
88
"typeRoots": ["../../types", "./node_modules/@types", "../../node_modules/@types"]
99
},
10-
"include": ["src/**/*"],
10+
"include": ["src/**/*", "test/**/*"],
1111
"exclude": ["node_modules"],
1212
"references": [
1313
{

0 commit comments

Comments
 (0)