Skip to content

Commit f569382

Browse files
committed
fix(docs): update readme and tsconfig
1 parent 4ae1cd3 commit f569382

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This site is built with [Docusaurus](https://docusaurus.io/), a modern static si
1212

1313
### Prerequisites
1414

15-
- [Node.js v20](https://nodejs.org/en/) with [nvm](https://github.com/nvm-sh/nvm).
15+
- [Node.js v22](https://nodejs.org/en/) with [nvm](https://github.com/nvm-sh/nvm).
1616
- For language-specific [examples](examples/)
1717
- [uv](https://docs.astral.sh/uv/) for Python
1818
- [Cargo](https://doc.rust-lang.org/cargo/) for Rust
@@ -114,10 +114,10 @@ To generate Solidity documentation:
114114

115115
This pulls the latest smart contracts and generates docs.
116116

117-
3. **Switch Back to Node.js v20:**
117+
3. **Switch Back to Node.js v22:**
118118

119119
```bash
120-
nvm use 20
120+
nvm use 22
121121
```
122122

123123
### 🔄 Running Automations

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// This file is not used in compilation. It is here just for a nice editor experience.
33
"extends": "@docusaurus/tsconfig",
44
"compilerOptions": {
5-
"baseUrl": "."
5+
"baseUrl": ".",
6+
"jsx": "react-jsx"
67
},
78
"exclude": [
89
"docgen/**/*.ts",

0 commit comments

Comments
 (0)