项目里太多的 Property 'value' does not exist on type 'boolean'. #12487
Unanswered
xclidongbo
asked this question in
Help/Questions
Replies: 1 comment 2 replies
-
有这个错误说明你的代码有运行时错误的风险,你应该找到这样错误调用的场景,对实现或者类型进行修复,而不是去改 linter 规则。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
项目用到的技术栈:electron + vue3 + typescript
package.json 文件
但发觉不管怎么修改eslint和tsconfig.json文件。在编译或者构建的时候,总会进行ts的类型检验,只要一条报错,就不能往下进行。有遇到这种情况的没?怎么解决?
Beta Was this translation helpful? Give feedback.
All reactions