We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc07ace commit fc1c51bCopy full SHA for fc1c51b
docs/guide/getting-started.md
@@ -2,7 +2,7 @@
2
3
## Prerequisites
4
5
-- [Node.js v12+](https://nodejs.org/)
+- [Node.js v14+](https://nodejs.org/)
6
- [Yarn v1 classic](https://classic.yarnpkg.com/en/) (Optional)
7
8
::: tip
docs/zh/guide/getting-started.md
## 依赖环境
- [Yarn v1 classic](https://classic.yarnpkg.com/zh-Hans/) (可选)
tsconfig.base.json
@@ -7,6 +7,6 @@
"noEmitOnError": true,
"noImplicitAny": false,
9
"skipLibCheck": true,
10
- "target": "ES2018"
+ "target": "ES2020"
11
}
12
0 commit comments