Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Oct 6, 2024
1 parent 2e3bfab commit a6f6b63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/api/typedoc-sidebar.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
[{"text":"defineWalletSetup","link":"/api/functions/defineWalletSetup.md"},{"text":"testWithSynpress","link":"/api/functions/testWithSynpress.md"}]
[
{ "text": "defineWalletSetup", "link": "/api/functions/defineWalletSetup.md" },
{ "text": "testWithSynpress", "link": "/api/functions/testWithSynpress.md" }
]
4 changes: 2 additions & 2 deletions examples/ethereum-wallet-mock/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"compilerOptions": {
"rootDir": "test",
"rootDir": ".",
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"skipLibCheck": true,
"types": ["cypress"]
},
"include": ["cypress.config.ts", "test", "src"],
Expand Down

0 comments on commit a6f6b63

Please sign in to comment.