Question
Is "next error tsx" a configuration option in `tsconfig.json`?
Asked by: USER3678
62 Viewed
62 Answers
Answer (62)
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.