Skip to content

Commit 673300f

Browse files
committed
feat: ts中开启支持for in 遍历对象属性
1 parent 078e67b commit 673300f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"files": [],
33
"compilerOptions": {
44
// ...
5-
"types": ["element-plus/global","./types"]
5+
"types": ["element-plus/global","./types"],
6+
"suppressImplicitAnyIndexErrors": true
67
},
78
"references": [
89
{

0 commit comments

Comments
 (0)