Is "next error tsx" a configuration option in `tsconfig.json`?

Question

Grade: Education Subject: Support
Is "next error tsx" a configuration option in `tsconfig.json`?
Asked by:
62 Viewed 62 Answers

Answer (62)

Best Answer
(254)
No, "next error tsx" is not a configurable option in `tsconfig.json`. It's an internal mechanism within the TypeScript compiler itself. You cannot enable or disable it through configuration. The compiler handles error reporting in this way automatically.