Closed hu-qi closed 4 years ago
https://github.com/xcatliu/typescript-tutorial/blob/master/introduction/hello-typescript.md
这里好像可以直接设置 --noEmitOnError true禁止生成js文件
新手一枚,这里通过 tsc .\Hello.ts --noEmitOnError true 实现, 推荐compiler-options
tsc .\Hello.ts --noEmitOnError true
感谢建议,准备单独拿一章讲配置~
感谢,非常期待!
https://github.com/xcatliu/typescript-tutorial/blob/master/introduction/hello-typescript.md
这里好像可以直接设置 --noEmitOnError true禁止生成js文件
新手一枚,这里通过
tsc .\Hello.ts --noEmitOnError true
实现, 推荐compiler-options