Search code examples
typescripttsconfig

How Can I configure TS to not transpile in case of error?


I'd like to configure my tsconfig.json file to block transpile in case of error, but I dont find this flag or configuration in docs. Someone know how Can I do this?


Solution

  • tsconfig options

    tsoption --noEmitOnError: true