Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.4k views
in Technique[技术] by (71.8m points)

定义 .d.ts 时不能与 .ts 重名

|__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 文件的位置和命名有什么限制吗?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...