如果出现错误,我如何配置 TS 不转译?
How Can I configure TS to not transpile in case of error?
我想配置我的 tsconfig.json 文件以在出现错误时阻止转译,但我在文档中找不到此标志或配置。有人知道我该怎么做吗?
tsoption --noEmitOnError: true
我想配置我的 tsconfig.json 文件以在出现错误时阻止转译,但我在文档中找不到此标志或配置。有人知道我该怎么做吗?
tsoption --noEmitOnError: true