TS5097TS5097 — Option Cannot Be Specified with Option
Two incompatible compiler options are set simultaneously in tsconfig.
TS2558A generic type or function is used without providing required type arguments.
The generic type requires explicit type arguments that were not provided, and TypeScript cannot infer them from context. Some generics have no default type parameters and must be specified explicitly.
Provide the required type arguments in angle brackets. Check the generic definition for the number of required type parameters. Add default type parameters to the generic if appropriate.
TS5097Two incompatible compiler options are set simultaneously in tsconfig.
TS2347Type arguments were provided to a function that is not generic.
TS1005TypeScript expected a specific token (like a semicolon, comma, or bracket) but found something else.
TS2365An arithmetic or comparison operator is used with incompatible types.
TS2810A JSX attribute expected a boolean value but received a different type.
TS2367A comparison between two values will always be false because their types have no overlap.