Skip to content

Commit

Permalink
chore: update on tsconfig and lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Oct 11, 2023
1 parent c3e76e3 commit fa18c10
Show file tree
Hide file tree
Showing 3 changed files with 749 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ public/sygma-runtime-config*
.idea
.vscode

/dist
/dist
/examples
3 changes: 2 additions & 1 deletion packages/wallet-manager/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"outDir": "build",
"declaration": true
},
"include": ["./src/**/*"]
"include": ["./src/**/*"],
"exclude": ["./src/**/*.test.ts"]
}
Loading

0 comments on commit fa18c10

Please sign in to comment.