|__any
|__a.ts
|__a.d.ts
项目目录结构如上,定义 .d.ts
时不能与 .ts
重名,否则,eslint 会显示如下错误信息,编译时,找不到 .d.ts
中的定义
Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: srcanya.d.ts.
The file must be included in at least one of the projects provided.
这种场景没在官网看到要如何配置,关于 .d.ts
文件的位置和命名有什么限制吗?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…