docs: 请简述你的修改...

ts版本描述更改为3。7
This commit is contained in:
MSDev_NilTor
2020-02-13 16:13:31 +08:00
committed by 雪狼
parent 9ad96c49be
commit 0e4028cb07
+1 -1
View File
@@ -57,7 +57,7 @@ See our [template type-checking guide](guide/template-typecheck) for more inform
- Typescript 3.4 and 3.5 are no longer supported. Please update to Typescript 3.7.
不再支持 TypeScript 3.4 和 3.5。请更新至 Typescript 3.6
不再支持 TypeScript 3.4 和 3.5。请更新至 Typescript 3.7
- `tslib` is now listed as a peer dependency rather than a direct dependency. If you are not using the CLI, you must manually install `tslib`, using `yarn add tslib` or `npm install tslib --save`.