Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我tsc init在一个空目录中运行,我会收到错误:
tsc init
错误 TS6053:找不到文件“init.ts”
我有一个理解问题:不应该tsc init简单地创建一个 tsconfig.json 文件吗?如果没有,我可以使用哪个命令创建 tsconfig.json ?
ps 不是重复的,其他 TS6053 帖子针对的是其他主题,..
命令是错误的。您需要指定一个标志:
tsc --init
查看此拉取请求以获取更多详细信息。
你可能有一个错字:类型