xcatliu / typescript-tutorial

TypeScript 入门教程
https://ts.xcatliu.com
10.44k stars 1.33k forks source link

感觉这里提到tsconfig有点太跳跃 #122

Closed hu-qi closed 4 years ago

hu-qi commented 4 years ago

https://github.com/xcatliu/typescript-tutorial/blob/master/introduction/hello-typescript.md image

这里好像可以直接设置 --noEmitOnError true禁止生成js文件

新手一枚,这里通过 tsc .\Hello.ts --noEmitOnError true 实现, 推荐compiler-options

xcatliu commented 4 years ago

感谢建议,准备单独拿一章讲配置~

hu-qi commented 4 years ago

感谢,非常期待!