Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
TICKET: WIN-4297
  • Loading branch information
yash-bitgo committed Jan 29, 2025
1 parent b30fe4b commit eec9cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-coin-tao/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"typeRoots": ["../../types", "./node_modules/@types", "../../node_modules/@types"]
},
"include": ["src/**/*", "test/**/*"],
"include": ["src/**/*", "test/**/*", "test/resources/materialData.json", "test/resources/materialDataModified.json"],
"exclude": ["node_modules"],
"references": [
{
Expand Down

0 comments on commit eec9cb6

Please sign in to comment.