请问,这种node_modules的ts检查如何去掉,已经配了exclude,而且这个文件是在type下,不是在@type下,按官网的说法应该不会执行到才对
已解决,没配include
在tsconfig.json中忽略检查"skipLibCheck": true
"skipLibCheck": true
我这边配置的是这样的, 后面加了个**
"linterOptions": { "exclude": ["node_modules/**"] }
1 回答779 阅读✓ 已解决
已解决,没配include