diff --git a/docs/api/typedoc-sidebar.json b/docs/api/typedoc-sidebar.json index 4cdcc5560..ed662c404 100644 --- a/docs/api/typedoc-sidebar.json +++ b/docs/api/typedoc-sidebar.json @@ -1 +1,4 @@ -[{"text":"defineWalletSetup","link":"/api/functions/defineWalletSetup.md"},{"text":"testWithSynpress","link":"/api/functions/testWithSynpress.md"}] \ No newline at end of file +[ + { "text": "defineWalletSetup", "link": "/api/functions/defineWalletSetup.md" }, + { "text": "testWithSynpress", "link": "/api/functions/testWithSynpress.md" } +] diff --git a/examples/ethereum-wallet-mock/tsconfig.json b/examples/ethereum-wallet-mock/tsconfig.json index 4a1fbc3e5..b986ba020 100644 --- a/examples/ethereum-wallet-mock/tsconfig.json +++ b/examples/ethereum-wallet-mock/tsconfig.json @@ -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"],