Skip to content

Commit

Permalink
fix tsconfig to compile wallet tests (#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges authored Jan 11, 2024
1 parent a11b1d4 commit 43dcc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallets/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@thirdweb-dev/tsconfig/sdk.json",
"include": ["src", "types", "test"],
"exclude": ["dist", "build", "node_modules", "**/*.test.ts"],
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {
"noUncheckedIndexedAccess": true
}
Expand Down

0 comments on commit 43dcc14

Please sign in to comment.