Skip to content

Commit cd9ad3c

Browse files
fix(bitgo): include test files in default tsconfig.json
We should in fact build the tests. They will not be packaged due to the corresponding lines in `.npmignore`. Issue: BTC-1450
1 parent c626b82 commit cd9ad3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Here is a template to help get started:</br>
205205
"outDir": "./dist",
206206
"rootDir": "."
207207
},
208-
"include": ["src/**/*", "package.json"],
208+
"include": ["src/**/*", "test/**/*", "package.json"],
209209
"references": [
210210
{
211211
"path": "../sdk-core"

0 commit comments

Comments
 (0)