简体   繁体   English

Typedoc“找不到任何入口点”

[英]Typedoc "Unable to find any entry points"

This is my "index.ts" file.这是我的“index.ts”文件。 It's actually called imports.ts here, I renamed it to index.ts after this but same error.它实际上在这里称为imports.ts,在此之后我将其重命名为index.ts,但同样的错误。 The bottom terminal output shows what I write, 4 times, and about same error everytime:底部终端 output 显示我写的内容,4 次,每次都显示相同的错误:

index.ts 文件和输入

Here is my tsconfig.json file:这是我的 tsconfig.json 文件:

tsconfig.json

Also typing "typedoc --out docs imports.ts" gives the same output of error Unable to find any entry points. Make sure TypeDoc can find your tsconfig同样键入“typedoc --out docs imports.ts”会给出相同的 output error Unable to find any entry points. Make sure TypeDoc can find your tsconfig error Unable to find any entry points. Make sure TypeDoc can find your tsconfig

Not sure why tsconfig.json is not found...不知道为什么找不到 tsconfig.json ......

As Gerrit0 said: "The tsconfig was found - that error message could probably be improved... "include" in your tsconfig doesn't specify imports.ts, so it isn't included in the program"正如 Gerrit0 所说:“找到了 tsconfig - 错误消息可能会得到改进...... tsconfig 中的“include”没有指定imports.ts,所以它不包含在程序中”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM