更新ts版本

This commit is contained in:
luying
2022-04-15 13:55:20 +08:00
parent 03103037e2
commit 19a448a578
3 changed files with 312 additions and 146 deletions

View File

@@ -11,7 +11,8 @@
"lib": [
"es2015",
"es2016",
"esnext.asynciterable"
"esnext.asynciterable",
"dom"
],
"noImplicitAny": false, //暂时关闭在表达式和声明上有隐含的'any'类型时报错。
"noImplicitThis": true,