您的位置: 首页 > 文章 > TypeScript转javaScript tsc Test.ts 报错error TS6053 File ‘Test.ts‘ not found. TypeScript转javaScript tsc Test.ts 报错error TS6053 File ‘Test.ts‘ not found. 分类: 文章 • 2025-01-16 13:18:22 https://www.runoob.com/typescript/ts-basic-syntax.html 菜鸟教程很详细 tsc 使用 tsc 命令转js的时候一定要和前面的路径拼成你的Test.ts文件所在的路径 ,如上图所示 。否则就提示 error TS6053: File ‘Test.ts’ not found. node 使用 node命令运行 .js的时候 也需要拼接完整路径 得到输出结果 Hello World!