import { DiagnosticMessage } from "./types.js"; /** @internal */ export declare const Diagnostics: { Unterminated_string_literal: DiagnosticMessage; Identifier_expected: DiagnosticMessage; _0_expected: DiagnosticMessage; A_file_cannot_have_a_reference_to_itself: DiagnosticMessage; The_parser_expected_to_find_a_1_to_match_the_0_token_here: DiagnosticMessage; Trailing_comma_not_allowed: DiagnosticMessage; Asterisk_Slash_expected: DiagnosticMessage; An_element_access_expression_should_take_an_argument: DiagnosticMessage; Unexpected_token: DiagnosticMessage; A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: DiagnosticMessage; A_rest_parameter_must_be_last_in_a_parameter_list: DiagnosticMessage; Parameter_cannot_have_question_mark_and_initializer: DiagnosticMessage; A_required_parameter_cannot_follow_an_optional_parameter: DiagnosticMessage; An_index_signature_cannot_have_a_rest_parameter: DiagnosticMessage; An_index_signature_parameter_cannot_have_an_accessibility_modifier: DiagnosticMessage; An_index_signature_parameter_cannot_have_a_question_mark: DiagnosticMessage; An_index_signature_parameter_cannot_have_an_initializer: DiagnosticMessage; An_index_signature_must_have_a_type_annotation: DiagnosticMessage; An_index_signature_parameter_must_have_a_type_annotation: DiagnosticMessage; readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature: DiagnosticMessage; An_index_signature_cannot_have_a_trailing_comma: DiagnosticMessage; Accessibility_modifier_already_seen: DiagnosticMessage; _0_modifier_must_precede_1_modifier: DiagnosticMessage; _0_modifier_already_seen: DiagnosticMessage; _0_modifier_cannot_appear_on_class_elements_of_this_kind: DiagnosticMessage; super_must_be_followed_by_an_argument_list_or_member_access: DiagnosticMessage; Only_ambient_modules_can_use_quoted_names: DiagnosticMessage; Statements_are_not_allowed_in_ambient_contexts: DiagnosticMessage; A_declare_modifier_cannot_be_used_in_an_already_ambient_context: DiagnosticMessage; Initializers_are_not_allowed_in_ambient_contexts: DiagnosticMessage; _0_modifier_cannot_be_used_in_an_ambient_context: DiagnosticMessage; _0_modifier_cannot_be_used_here: DiagnosticMessage; _0_modifier_cannot_appear_on_a_module_or_namespace_element: DiagnosticMessage; Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier: DiagnosticMessage; A_rest_parameter_cannot_be_optional: DiagnosticMessage; A_rest_parameter_cannot_have_an_initializer: DiagnosticMessage; A_set_accessor_must_have_exactly_one_parameter: DiagnosticMessage; A_set_accessor_cannot_have_an_optional_parameter: DiagnosticMessage; A_set_accessor_parameter_cannot_have_an_initializer: DiagnosticMessage; A_set_accessor_cannot_have_rest_parameter: DiagnosticMessage; A_get_accessor_cannot_have_parameters: DiagnosticMessage; Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value: DiagnosticMessage; Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher: DiagnosticMessage; The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member: DiagnosticMessage; A_promise_must_have_a_then_method: DiagnosticMessage; The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback: DiagnosticMessage; Enum_member_must_have_initializer: DiagnosticMessage; Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method: DiagnosticMessage; An_export_assignment_cannot_be_used_in_a_namespace: DiagnosticMessage; The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_write_Promise_0: DiagnosticMessage; The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type: DiagnosticMessage; In_ambient_enum_declarations_member_initializer_must_be_constant_expression: DiagnosticMessage; Unexpected_token_A_constructor_method_accessor_or_property_was_expected: DiagnosticMessage; Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces: DiagnosticMessage; _0_modifier_cannot_appear_on_a_type_member: DiagnosticMessage; _0_modifier_cannot_appear_on_an_index_signature: DiagnosticMessage; A_0_modifier_cannot_be_used_with_an_import_declaration: DiagnosticMessage; Invalid_reference_directive_syntax: DiagnosticMessage; _0_modifier_cannot_appear_on_a_constructor_declaration: DiagnosticMessage; _0_modifier_cannot_appear_on_a_parameter: DiagnosticMessage; Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement: DiagnosticMessage; Type_parameters_cannot_appear_on_a_constructor_declaration: DiagnosticMessage; Type_annotation_cannot_appear_on_a_constructor_declaration: DiagnosticMessage; An_accessor_cannot_have_type_parameters: DiagnosticMessage; A_set_accessor_cannot_have_a_return_type_annotation: DiagnosticMessage; An_index_signature_must_have_exactly_one_parameter: DiagnosticMessage; _0_list_cannot_be_empty: DiagnosticMessage; Type_parameter_list_cannot_be_empty: DiagnosticMessage; Type_argument_list_cannot_be_empty: DiagnosticMessage; Invalid_use_of_0_in_strict_mode: DiagnosticMessage; with_statements_are_not_allowed_in_strict_mode: DiagnosticMessage; delete_cannot_be_called_on_an_identifier_in_strict_mode: DiagnosticMessage; for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules: DiagnosticMessage; A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement: DiagnosticMessage; A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement: DiagnosticMessage; The_left_hand_side_of_a_for_of_statement_may_not_be_async: DiagnosticMessage; Jump_target_cannot_cross_function_boundary: DiagnosticMessage; A_return_statement_can_only_be_used_within_a_function_body: DiagnosticMessage; Expression_expected: DiagnosticMessage; Type_expected: DiagnosticMessage; Private_field_0_must_be_declared_in_an_enclosing_class: DiagnosticMessage; A_default_clause_cannot_appear_more_than_once_in_a_switch_statement: DiagnosticMessage; Duplicate_label_0: DiagnosticMessage; A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement: DiagnosticMessage; A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement: DiagnosticMessage; An_object_literal_cannot_have_multiple_properties_with_the_same_name: DiagnosticMessage; An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name: DiagnosticMessage; An_object_literal_cannot_have_property_and_accessor_with_the_same_name: DiagnosticMessage; An_export_assignment_cannot_have_modifiers: DiagnosticMessage; Octal_literals_are_not_allowed_Use_the_syntax_0: DiagnosticMessage; Variable_declaration_list_cannot_be_empty: DiagnosticMessage; Digit_expected: DiagnosticMessage; Hexadecimal_digit_expected: DiagnosticMessage; Unexpected_end_of_text: DiagnosticMessage; Invalid_character: DiagnosticMessage; Declaration_or_statement_expected: DiagnosticMessage; Statement_expected: DiagnosticMessage; case_or_default_expected: DiagnosticMessage; Property_or_signature_expected: DiagnosticMessage; Enum_member_expected: DiagnosticMessage; Variable_declaration_expected: DiagnosticMessage; Argument_expression_expected: DiagnosticMessage; Property_assignment_expected: DiagnosticMessage; Expression_or_comma_expected: DiagnosticMessage; Parameter_declaration_expected: DiagnosticMessage; Type_parameter_declaration_expected: DiagnosticMessage; Type_argument_expected: DiagnosticMessage; String_literal_expected: DiagnosticMessage; Line_break_not_permitted_here: DiagnosticMessage; or_expected: DiagnosticMessage; or_JSX_element_expected: DiagnosticMessage; Declaration_expected: DiagnosticMessage; Import_declarations_in_a_namespace_cannot_reference_a_module: DiagnosticMessage; Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: DiagnosticMessage; File_name_0_differs_from_already_included_file_name_1_only_in_casing: DiagnosticMessage; _0_declarations_must_be_initialized: DiagnosticMessage; _0_declarations_can_only_be_declared_inside_a_block: DiagnosticMessage; Unterminated_template_literal: DiagnosticMessage; Unterminated_regular_expression_literal: DiagnosticMessage; An_object_member_cannot_be_declared_optional: DiagnosticMessage; A_yield_expression_is_only_allowed_in_a_generator_body: DiagnosticMessage; Computed_property_names_are_not_allowed_in_enums: DiagnosticMessage; A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type: DiagnosticMessage; A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_symbol_type: DiagnosticMessage; A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type: DiagnosticMessage; A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type: DiagnosticMessage; A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type: DiagnosticMessage; A_comma_expression_is_not_allowed_in_a_computed_property_name: DiagnosticMessage; extends_clause_already_seen: DiagnosticMessage; extends_clause_must_precede_implements_clause: DiagnosticMessage; Classes_can_only_extend_a_single_class: DiagnosticMessage; implements_clause_already_seen: DiagnosticMessage; Interface_declaration_cannot_have_implements_clause: DiagnosticMessage; Binary_digit_expected: DiagnosticMessage; Octal_digit_expected: DiagnosticMessage; Unexpected_token_expected: DiagnosticMessage; Property_destructuring_pattern_expected: DiagnosticMessage; Array_element_destructuring_pattern_expected: DiagnosticMessage; A_destructuring_declaration_must_have_an_initializer: DiagnosticMessage; An_implementation_cannot_be_declared_in_ambient_contexts: DiagnosticMessage; Modifiers_cannot_appear_here: DiagnosticMessage; Merge_conflict_marker_encountered: DiagnosticMessage; A_rest_element_cannot_have_an_initializer: DiagnosticMessage; A_parameter_property_may_not_be_declared_using_a_binding_pattern: DiagnosticMessage; Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement: DiagnosticMessage; The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer: DiagnosticMessage; The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer: DiagnosticMessage; An_import_declaration_cannot_have_modifiers: DiagnosticMessage; Module_0_has_no_default_export: DiagnosticMessage; An_export_declaration_cannot_have_modifiers: DiagnosticMessage; Export_declarations_are_not_permitted_in_a_namespace: DiagnosticMessage; export_Asterisk_does_not_re_export_a_default: DiagnosticMessage; Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified: DiagnosticMessage; Catch_clause_variable_cannot_have_an_initializer: DiagnosticMessage; An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive: DiagnosticMessage; Unterminated_Unicode_escape_sequence: DiagnosticMessage; Line_terminator_not_permitted_before_arrow: DiagnosticMessage; Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_ns_from_mod_import_a_from_mod_import_d_from_mod_or_another_module_format_instead: DiagnosticMessage; Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or_another_module_format_instead: DiagnosticMessage; Re_exporting_a_type_when_0_is_enabled_requires_using_export_type: DiagnosticMessage; Decorators_are_not_valid_here: DiagnosticMessage; Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name: DiagnosticMessage; Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0: DiagnosticMessage; Code_contained_in_a_class_is_evaluated_in_JavaScript_s_strict_mode_which_does_not_allow_this_use_of_0_For_more_information_see_https_Colon_Slash_Slashdeveloper_mozilla_org_Slashen_US_Slashdocs_SlashWeb_SlashJavaScript_SlashReference_SlashStrict_mode: DiagnosticMessage; A_class_declaration_without_the_default_modifier_must_have_a_name: DiagnosticMessage; Identifier_expected_0_is_a_reserved_word_in_strict_mode: DiagnosticMessage; Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode: DiagnosticMessage; Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode: DiagnosticMessage; Invalid_use_of_0_Modules_are_automatically_in_strict_mode: DiagnosticMessage; Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules: DiagnosticMessage; Export_assignment_is_not_supported_when_module_flag_is_system: DiagnosticMessage; Generators_are_not_allowed_in_an_ambient_context: DiagnosticMessage; An_overload_signature_cannot_be_declared_as_a_generator: DiagnosticMessage; _0_tag_already_specified: DiagnosticMessage; Signature_0_must_be_a_type_predicate: DiagnosticMessage; Cannot_find_parameter_0: DiagnosticMessage; Type_predicate_0_is_not_assignable_to_1: DiagnosticMessage; Parameter_0_is_not_in_the_same_position_as_parameter_1: DiagnosticMessage; A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods: DiagnosticMessage; A_type_predicate_cannot_reference_a_rest_parameter: DiagnosticMessage; A_type_predicate_cannot_reference_element_0_in_a_binding_pattern: DiagnosticMessage; An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration: DiagnosticMessage; An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module: DiagnosticMessage; An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module: DiagnosticMessage; An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file: DiagnosticMessage; A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module: DiagnosticMessage; The_return_type_of_a_property_decorator_function_must_be_either_void_or_any: DiagnosticMessage; The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any: DiagnosticMessage; Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression: DiagnosticMessage; Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression: DiagnosticMessage; Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression: DiagnosticMessage; Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression: DiagnosticMessage; abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration: DiagnosticMessage; _0_modifier_cannot_be_used_with_1_modifier: DiagnosticMessage; Abstract_methods_can_only_appear_within_an_abstract_class: DiagnosticMessage; Method_0_cannot_have_an_implementation_because_it_is_marked_abstract: DiagnosticMessage; An_interface_property_cannot_have_an_initializer: DiagnosticMessage; A_type_literal_property_cannot_have_an_initializer: DiagnosticMessage; A_class_member_cannot_have_the_0_keyword: DiagnosticMessage; A_decorator_can_only_decorate_a_method_implementation_not_an_overload: DiagnosticMessage; Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5: DiagnosticMessage; Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definitions_are_automatically_in_strict_mode: DiagnosticMessage; Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_automatically_in_strict_mode: DiagnosticMessage; Abstract_properties_can_only_appear_within_an_abstract_class: DiagnosticMessage; A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_reference: DiagnosticMessage; A_definite_assignment_assertion_is_not_permitted_in_this_context: DiagnosticMessage; A_required_element_cannot_follow_an_optional_element: DiagnosticMessage; A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration: DiagnosticMessage; Module_0_can_only_be_default_imported_using_the_1_flag: DiagnosticMessage; Keywords_cannot_contain_escape_characters: DiagnosticMessage; Already_included_file_name_0_differs_from_file_name_1_only_in_casing: DiagnosticMessage; Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module: DiagnosticMessage; Declarations_with_initializers_cannot_also_have_definite_assignment_assertions: DiagnosticMessage; Declarations_with_definite_assignment_assertions_must_also_have_type_annotations: DiagnosticMessage; A_rest_element_cannot_follow_another_rest_element: DiagnosticMessage; An_optional_element_cannot_follow_a_rest_element: DiagnosticMessage; Property_0_cannot_have_an_initializer_because_it_is_marked_abstract: DiagnosticMessage; An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type: DiagnosticMessage; Cannot_use_export_import_on_a_type_or_type_only_namespace_when_0_is_enabled: DiagnosticMessage; Decorator_function_return_type_0_is_not_assignable_to_type_1: DiagnosticMessage; Decorator_function_return_type_is_0_but_is_expected_to_be_void_or_any: DiagnosticMessage; A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_when_isolatedModules_and_emitDecoratorMetadata_are_enabled: DiagnosticMessage; _0_modifier_cannot_appear_on_a_type_parameter: DiagnosticMessage; _0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias: DiagnosticMessage; accessor_modifier_can_only_appear_on_a_property_declaration: DiagnosticMessage; An_accessor_property_cannot_be_declared_optional: DiagnosticMessage; _0_modifier_can_only_appear_on_a_type_parameter_of_a_function_method_or_class: DiagnosticMessage; The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_0: DiagnosticMessage; The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_at_least_0: DiagnosticMessage; Namespaces_are_not_allowed_in_global_script_files_when_0_is_enabled_If_this_file_is_not_intended_to_be_a_global_script_set_moduleDetection_to_force_or_add_an_empty_export_statement: DiagnosticMessage; Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead: DiagnosticMessage; An_export_declaration_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type: DiagnosticMessage; An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration: DiagnosticMessage; An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type: DiagnosticMessage; An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration: DiagnosticMessage; ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled: DiagnosticMessage; A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled: DiagnosticMessage; An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabled: DiagnosticMessage; _0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported: DiagnosticMessage; _0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default: DiagnosticMessage; _0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported: DiagnosticMessage; _0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default: DiagnosticMessage; ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve: DiagnosticMessage; with_statements_are_not_allowed_in_an_async_function_block: DiagnosticMessage; await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules: DiagnosticMessage; The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level: DiagnosticMessage; Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_part_of_a_destructuring_pattern: DiagnosticMessage; The_body_of_an_if_statement_cannot_be_the_empty_statement: DiagnosticMessage; Global_module_exports_may_only_appear_in_module_files: DiagnosticMessage; Global_module_exports_may_only_appear_in_declaration_files: DiagnosticMessage; Global_module_exports_may_only_appear_at_top_level: DiagnosticMessage; A_parameter_property_cannot_be_declared_using_a_rest_parameter: DiagnosticMessage; An_abstract_accessor_cannot_have_an_implementation: DiagnosticMessage; A_default_export_can_only_be_used_in_an_ECMAScript_style_module: DiagnosticMessage; Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member: DiagnosticMessage; Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member: DiagnosticMessage; Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member: DiagnosticMessage; Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd_system_umd_node16_node18_or_nodenext: DiagnosticMessage; Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_nodenext_or_preserve: DiagnosticMessage; Argument_of_dynamic_import_cannot_be_spread_element: DiagnosticMessage; This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot_have_type_arguments: DiagnosticMessage; String_literal_with_double_quotes_expected: DiagnosticMessage; Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_literal: DiagnosticMessage; _0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write_0: DiagnosticMessage; A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly: DiagnosticMessage; A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly: DiagnosticMessage; A_variable_whose_type_is_a_unique_symbol_type_must_be_const: DiagnosticMessage; unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name: DiagnosticMessage; unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement: DiagnosticMessage; unique_symbol_types_are_not_allowed_here: DiagnosticMessage; An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_object_type_instead: DiagnosticMessage; infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type: DiagnosticMessage; Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here: DiagnosticMessage; Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0: DiagnosticMessage; Class_constructor_may_not_be_an_accessor: DiagnosticMessage; The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system_node16_node18_or_nodenext: DiagnosticMessage; A_label_is_not_allowed_here: DiagnosticMessage; An_expression_of_type_void_cannot_be_tested_for_truthiness: DiagnosticMessage; This_parameter_is_not_allowed_with_use_strict_directive: DiagnosticMessage; use_strict_directive_cannot_be_used_with_non_simple_parameter_list: DiagnosticMessage; Non_simple_parameter_declared_here: DiagnosticMessage; use_strict_directive_used_here: DiagnosticMessage; Print_the_final_configuration_instead_of_building: DiagnosticMessage; An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal: DiagnosticMessage; A_bigint_literal_cannot_use_exponential_notation: DiagnosticMessage; A_bigint_literal_must_be_an_integer: DiagnosticMessage; readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types: DiagnosticMessage; A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_or_object_literals: DiagnosticMessage; Did_you_mean_to_mark_this_function_as_async: DiagnosticMessage; An_enum_member_name_must_be_followed_by_a_or: DiagnosticMessage; Tagged_template_expressions_are_not_permitted_in_an_optional_chain: DiagnosticMessage; Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here: DiagnosticMessage; Type_0_does_not_satisfy_the_expected_type_1: DiagnosticMessage; _0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type: DiagnosticMessage; _0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type: DiagnosticMessage; A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both: DiagnosticMessage; Convert_to_type_only_export: DiagnosticMessage; Convert_all_re_exported_types_to_type_only_exports: DiagnosticMessage; Split_into_two_separate_import_declarations: DiagnosticMessage; Split_all_invalid_type_only_imports: DiagnosticMessage; Class_constructor_may_not_be_a_generator: DiagnosticMessage; Did_you_mean_0: DiagnosticMessage; await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module: DiagnosticMessage; _0_was_imported_here: DiagnosticMessage; _0_was_exported_here: DiagnosticMessage; Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher: DiagnosticMessage; An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type: DiagnosticMessage; An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type: DiagnosticMessage; Unexpected_token_Did_you_mean_or_rbrace: DiagnosticMessage; Unexpected_token_Did_you_mean_or_gt: DiagnosticMessage; Function_type_notation_must_be_parenthesized_when_used_in_a_union_type: DiagnosticMessage; Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type: DiagnosticMessage; Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type: DiagnosticMessage; Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type: DiagnosticMessage; _0_is_not_allowed_as_a_variable_declaration_name: DiagnosticMessage; _0_is_not_allowed_as_a_parameter_name: DiagnosticMessage; An_import_alias_cannot_use_import_type: DiagnosticMessage; Imported_via_0_from_file_1: DiagnosticMessage; Imported_via_0_from_file_1_with_packageId_2: DiagnosticMessage; Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions: DiagnosticMessage; Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions: DiagnosticMessage; Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions: DiagnosticMessage; Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions: DiagnosticMessage; File_is_included_via_import_here: DiagnosticMessage; Referenced_via_0_from_file_1: DiagnosticMessage; File_is_included_via_reference_here: DiagnosticMessage; Type_library_referenced_via_0_from_file_1: DiagnosticMessage; Type_library_referenced_via_0_from_file_1_with_packageId_2: DiagnosticMessage; File_is_included_via_type_library_reference_here: DiagnosticMessage; Library_referenced_via_0_from_file_1: DiagnosticMessage; File_is_included_via_library_reference_here: DiagnosticMessage; Matched_by_include_pattern_0_in_1: DiagnosticMessage; File_is_matched_by_include_pattern_specified_here: DiagnosticMessage; Part_of_files_list_in_tsconfig_json: DiagnosticMessage; File_is_matched_by_files_list_specified_here: DiagnosticMessage; Output_from_referenced_project_0_included_because_1_specified: DiagnosticMessage; Output_from_referenced_project_0_included_because_module_is_specified_as_none: DiagnosticMessage; File_is_output_from_referenced_project_specified_here: DiagnosticMessage; Source_from_referenced_project_0_included_because_1_specified: DiagnosticMessage; Source_from_referenced_project_0_included_because_module_is_specified_as_none: DiagnosticMessage; File_is_source_from_referenced_project_specified_here: DiagnosticMessage; Entry_point_of_type_library_0_specified_in_compilerOptions: DiagnosticMessage; Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1: DiagnosticMessage; File_is_entry_point_of_type_library_specified_here: DiagnosticMessage; Entry_point_for_implicit_type_library_0: DiagnosticMessage; Entry_point_for_implicit_type_library_0_with_packageId_1: DiagnosticMessage; Library_0_specified_in_compilerOptions: DiagnosticMessage; File_is_library_specified_here: DiagnosticMessage; Default_library: DiagnosticMessage; Default_library_for_target_0: DiagnosticMessage; File_is_default_library_for_target_specified_here: DiagnosticMessage; Root_file_specified_for_compilation: DiagnosticMessage; File_is_output_of_project_reference_source_0: DiagnosticMessage; File_redirects_to_file_0: DiagnosticMessage; The_file_is_in_the_program_because_Colon: DiagnosticMessage; for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module: DiagnosticMessage; Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher: DiagnosticMessage; Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters: DiagnosticMessage; Unexpected_keyword_or_identifier: DiagnosticMessage; Unknown_keyword_or_identifier_Did_you_mean_0: DiagnosticMessage; Decorators_must_precede_the_name_and_all_keywords_of_property_declarations: DiagnosticMessage; Namespace_must_be_given_a_name: DiagnosticMessage; Interface_must_be_given_a_name: DiagnosticMessage; Type_alias_must_be_given_a_name: DiagnosticMessage; Variable_declaration_not_allowed_at_this_location: DiagnosticMessage; Cannot_start_a_function_call_in_a_type_annotation: DiagnosticMessage; Expected_for_property_initializer: DiagnosticMessage; Module_declaration_names_may_only_use_or_quoted_strings: DiagnosticMessage; _0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_1_is_enabled: DiagnosticMessage; Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed: DiagnosticMessage; Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments: DiagnosticMessage; Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member_declaration_property_access_or_on_the_left_hand_side_of_an_in_expression: DiagnosticMessage; resolution_mode_should_be_either_require_or_import: DiagnosticMessage; resolution_mode_can_only_be_set_for_type_only_imports: DiagnosticMessage; resolution_mode_is_the_only_valid_key_for_type_import_assertions: DiagnosticMessage; Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require: DiagnosticMessage; Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk: DiagnosticMessage; File_is_ECMAScript_module_because_0_has_field_type_with_value_module: DiagnosticMessage; File_is_CommonJS_module_because_0_has_field_type_whose_value_is_not_module: DiagnosticMessage; File_is_CommonJS_module_because_0_does_not_have_field_type: DiagnosticMessage; File_is_CommonJS_module_because_package_json_was_not_found: DiagnosticMessage; resolution_mode_is_the_only_valid_key_for_type_import_attributes: DiagnosticMessage; Type_import_attributes_should_have_exactly_one_key_resolution_mode_with_value_import_or_require: DiagnosticMessage; The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output: DiagnosticMessage; Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_cannot_be_imported_with_require_Use_an_ECMAScript_import_instead: DiagnosticMessage; catch_or_finally_expected: DiagnosticMessage; An_import_declaration_can_only_be_used_at_the_top_level_of_a_module: DiagnosticMessage; An_export_declaration_can_only_be_used_at_the_top_level_of_a_module: DiagnosticMessage; Control_what_method_is_used_to_detect_module_format_JS_files: DiagnosticMessage; auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_with_module_Colon_node16_as_modules: DiagnosticMessage; An_instantiation_expression_cannot_be_followed_by_a_property_access: DiagnosticMessage; Identifier_or_string_literal_expected: DiagnosticMessage; The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_referenced_file_is_an_ECMAScript_module_and_cannot_be_imported_with_require_Consider_writing_a_dynamic_import_0_call_instead: DiagnosticMessage; To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_package_json_file_with_type_Colon_module: DiagnosticMessage; To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Colon_module_to_1: DiagnosticMessage; To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0: DiagnosticMessage; To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module: DiagnosticMessage; _0_is_a_type_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled: DiagnosticMessage; _0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled: DiagnosticMessage; Decorator_used_before_export_here: DiagnosticMessage; Octal_escape_sequences_are_not_allowed_Use_the_syntax_0: DiagnosticMessage; Escape_sequence_0_is_not_allowed: DiagnosticMessage; Decimals_with_leading_zeros_are_not_allowed: DiagnosticMessage; File_appears_to_be_binary: DiagnosticMessage; _0_modifier_cannot_appear_on_a_using_declaration: DiagnosticMessage; _0_declarations_may_not_have_binding_patterns: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_cannot_be_a_using_declaration: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_cannot_be_an_await_using_declaration: DiagnosticMessage; _0_modifier_cannot_appear_on_an_await_using_declaration: DiagnosticMessage; Identifier_string_literal_or_number_literal_expected: DiagnosticMessage; Expression_must_be_enclosed_in_parentheses_to_be_used_as_a_decorator: DiagnosticMessage; Invalid_syntax_in_decorator: DiagnosticMessage; Unknown_regular_expression_flag: DiagnosticMessage; Duplicate_regular_expression_flag: DiagnosticMessage; This_regular_expression_flag_is_only_available_when_targeting_0_or_later: DiagnosticMessage; The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously: DiagnosticMessage; Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later: DiagnosticMessage; Subpattern_flags_must_be_present_when_there_is_a_minus_sign: DiagnosticMessage; Incomplete_quantifier_Digit_expected: DiagnosticMessage; Numbers_out_of_order_in_quantifier: DiagnosticMessage; There_is_nothing_available_for_repetition: DiagnosticMessage; Unexpected_0_Did_you_mean_to_escape_it_with_backslash: DiagnosticMessage; This_regular_expression_flag_cannot_be_toggled_within_a_subpattern: DiagnosticMessage; k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets: DiagnosticMessage; q_is_only_available_inside_character_class: DiagnosticMessage; c_must_be_followed_by_an_ASCII_letter: DiagnosticMessage; Undetermined_character_escape: DiagnosticMessage; Expected_a_capturing_group_name: DiagnosticMessage; Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other: DiagnosticMessage; A_character_class_range_must_not_be_bounded_by_another_character_class: DiagnosticMessage; Range_out_of_order_in_character_class: DiagnosticMessage; Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class: DiagnosticMessage; Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead: DiagnosticMessage; Expected_a_class_set_operand: DiagnosticMessage; q_must_be_followed_by_string_alternatives_enclosed_in_braces: DiagnosticMessage; A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backslash: DiagnosticMessage; Expected_a_Unicode_property_name: DiagnosticMessage; Unknown_Unicode_property_name: DiagnosticMessage; Expected_a_Unicode_property_value: DiagnosticMessage; Unknown_Unicode_property_value: DiagnosticMessage; Expected_a_Unicode_property_name_or_value: DiagnosticMessage; Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_the_Unicode_Sets_v_flag_is_set: DiagnosticMessage; Unknown_Unicode_property_name_or_value: DiagnosticMessage; Unicode_property_value_expressions_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set: DiagnosticMessage; _0_must_be_followed_by_a_Unicode_property_value_expression_enclosed_in_braces: DiagnosticMessage; There_is_no_capturing_group_named_0_in_this_regular_expression: DiagnosticMessage; This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_regular_expression: DiagnosticMessage; This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regular_expression: DiagnosticMessage; This_character_cannot_be_escaped_in_a_regular_expression: DiagnosticMessage; Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended_as_an_escape_sequence_use_the_syntax_0_instead: DiagnosticMessage; Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class: DiagnosticMessage; Unicode_escape_sequences_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set: DiagnosticMessage; A_bigint_literal_cannot_be_used_as_a_property_name: DiagnosticMessage; A_namespace_declaration_should_not_be_declared_using_the_module_keyword_Please_use_the_namespace_keyword_instead: DiagnosticMessage; Type_only_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute: DiagnosticMessage; Type_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute: DiagnosticMessage; Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_module_is_set_to_0: DiagnosticMessage; Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0: DiagnosticMessage; The_types_of_0_are_incompatible_between_these_types: DiagnosticMessage; The_types_returned_by_0_are_incompatible_between_these_types: DiagnosticMessage; Call_signature_return_types_0_and_1_are_incompatible: DiagnosticMessage; Construct_signature_return_types_0_and_1_are_incompatible: DiagnosticMessage; Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1: DiagnosticMessage; Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1: DiagnosticMessage; The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement: DiagnosticMessage; The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement: DiagnosticMessage; This_type_parameter_might_need_an_extends_0_constraint: DiagnosticMessage; The_project_root_is_ambiguous_but_is_required_to_resolve_export_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate: DiagnosticMessage; The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate: DiagnosticMessage; Add_extends_constraint: DiagnosticMessage; Add_extends_constraint_to_all_type_parameters: DiagnosticMessage; Duplicate_identifier_0: DiagnosticMessage; Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor: DiagnosticMessage; Static_members_cannot_reference_class_type_parameters: DiagnosticMessage; Circular_definition_of_import_alias_0: DiagnosticMessage; Cannot_find_name_0: DiagnosticMessage; Module_0_has_no_exported_member_1: DiagnosticMessage; File_0_is_not_a_module: DiagnosticMessage; Cannot_find_module_0_or_its_corresponding_type_declarations: DiagnosticMessage; Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambiguity: DiagnosticMessage; An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements: DiagnosticMessage; Type_0_recursively_references_itself_as_a_base_type: DiagnosticMessage; Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function: DiagnosticMessage; An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_members: DiagnosticMessage; Type_parameter_0_has_a_circular_constraint: DiagnosticMessage; Generic_type_0_requires_1_type_argument_s: DiagnosticMessage; Type_0_is_not_generic: DiagnosticMessage; Global_type_0_must_be_a_class_or_interface_type: DiagnosticMessage; Global_type_0_must_have_1_type_parameter_s: DiagnosticMessage; Cannot_find_global_type_0: DiagnosticMessage; Named_property_0_of_types_1_and_2_are_not_identical: DiagnosticMessage; Interface_0_cannot_simultaneously_extend_types_1_and_2: DiagnosticMessage; Excessive_stack_depth_comparing_types_0_and_1: DiagnosticMessage; Type_0_is_not_assignable_to_type_1: DiagnosticMessage; Cannot_redeclare_exported_variable_0: DiagnosticMessage; Property_0_is_missing_in_type_1: DiagnosticMessage; Property_0_is_private_in_type_1_but_not_in_type_2: DiagnosticMessage; Types_of_property_0_are_incompatible: DiagnosticMessage; Property_0_is_optional_in_type_1_but_required_in_type_2: DiagnosticMessage; Types_of_parameters_0_and_1_are_incompatible: DiagnosticMessage; Index_signature_for_type_0_is_missing_in_type_1: DiagnosticMessage; _0_and_1_index_signatures_are_incompatible: DiagnosticMessage; this_cannot_be_referenced_in_a_module_or_namespace_body: DiagnosticMessage; this_cannot_be_referenced_in_current_location: DiagnosticMessage; this_cannot_be_referenced_in_a_static_property_initializer: DiagnosticMessage; super_can_only_be_referenced_in_a_derived_class: DiagnosticMessage; super_cannot_be_referenced_in_constructor_arguments: DiagnosticMessage; Super_calls_are_not_permitted_outside_constructors_or_in_nested_functions_inside_constructors: DiagnosticMessage; super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_derived_class: DiagnosticMessage; Property_0_does_not_exist_on_type_1: DiagnosticMessage; Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword: DiagnosticMessage; Property_0_is_private_and_only_accessible_within_class_1: DiagnosticMessage; This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_version_of_0: DiagnosticMessage; Type_0_does_not_satisfy_the_constraint_1: DiagnosticMessage; Argument_of_type_0_is_not_assignable_to_parameter_of_type_1: DiagnosticMessage; Untyped_function_calls_may_not_accept_type_arguments: DiagnosticMessage; Value_of_type_0_is_not_callable_Did_you_mean_to_include_new: DiagnosticMessage; This_expression_is_not_callable: DiagnosticMessage; Only_a_void_function_can_be_called_with_the_new_keyword: DiagnosticMessage; This_expression_is_not_constructable: DiagnosticMessage; Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the_other_If_this_was_intentional_convert_the_expression_to_unknown_first: DiagnosticMessage; Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1: DiagnosticMessage; This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found: DiagnosticMessage; A_function_whose_declared_type_is_neither_undefined_void_nor_any_must_return_a_value: DiagnosticMessage; An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type: DiagnosticMessage; The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access: DiagnosticMessage; The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_parameter: DiagnosticMessage; The_right_hand_side_of_an_instanceof_expression_must_be_either_of_type_any_a_class_function_or_other_type_assignable_to_the_Function_interface_type_or_an_object_type_with_a_Symbol_hasInstance_method: DiagnosticMessage; The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type: DiagnosticMessage; The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type: DiagnosticMessage; The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access: DiagnosticMessage; Operator_0_cannot_be_applied_to_types_1_and_2: DiagnosticMessage; Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined: DiagnosticMessage; This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap: DiagnosticMessage; Type_parameter_name_cannot_be_0: DiagnosticMessage; A_parameter_property_is_only_allowed_in_a_constructor_implementation: DiagnosticMessage; A_rest_parameter_must_be_of_an_array_type: DiagnosticMessage; A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation: DiagnosticMessage; Parameter_0_cannot_reference_itself: DiagnosticMessage; Parameter_0_cannot_reference_identifier_1_declared_after_it: DiagnosticMessage; Duplicate_index_signature_for_type_0: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties: DiagnosticMessage; A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_class_contains_initialized_properties_parameter_properties_or_private_identifiers: DiagnosticMessage; Constructors_for_derived_classes_must_contain_a_super_call: DiagnosticMessage; A_get_accessor_must_return_a_value: DiagnosticMessage; Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties: DiagnosticMessage; Overload_signatures_must_all_be_exported_or_non_exported: DiagnosticMessage; Overload_signatures_must_all_be_ambient_or_non_ambient: DiagnosticMessage; Overload_signatures_must_all_be_public_private_or_protected: DiagnosticMessage; Overload_signatures_must_all_be_optional_or_required: DiagnosticMessage; Function_overload_must_be_static: DiagnosticMessage; Function_overload_must_not_be_static: DiagnosticMessage; Function_implementation_name_must_be_0: DiagnosticMessage; Constructor_implementation_is_missing: DiagnosticMessage; Function_implementation_is_missing_or_not_immediately_following_the_declaration: DiagnosticMessage; Multiple_constructor_implementations_are_not_allowed: DiagnosticMessage; Duplicate_function_implementation: DiagnosticMessage; This_overload_signature_is_not_compatible_with_its_implementation_signature: DiagnosticMessage; Individual_declarations_in_merged_declaration_0_must_be_all_exported_or_all_local: DiagnosticMessage; Duplicate_identifier_arguments_Compiler_uses_arguments_to_initialize_rest_parameters: DiagnosticMessage; Declaration_name_conflicts_with_built_in_global_identifier_0: DiagnosticMessage; constructor_cannot_be_used_as_a_parameter_property_name: DiagnosticMessage; Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference: DiagnosticMessage; Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference: DiagnosticMessage; A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_initialized_properties_parameter_properties_or_private_identifiers: DiagnosticMessage; Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference: DiagnosticMessage; Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_type_2: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access: DiagnosticMessage; The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_here_has_type_0: DiagnosticMessage; Setters_cannot_return_a_value: DiagnosticMessage; Return_type_of_constructor_signature_must_be_assignable_to_the_instance_type_of_the_class: DiagnosticMessage; The_with_statement_is_not_supported_All_symbols_in_a_with_block_will_have_type_any: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_type_of_the_target: DiagnosticMessage; Property_0_of_type_1_is_not_assignable_to_2_index_type_3: DiagnosticMessage; _0_index_type_1_is_not_assignable_to_2_index_type_3: DiagnosticMessage; Class_name_cannot_be_0: DiagnosticMessage; Class_0_incorrectly_extends_base_class_1: DiagnosticMessage; Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2: DiagnosticMessage; Class_static_side_0_incorrectly_extends_base_class_static_side_1: DiagnosticMessage; Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1: DiagnosticMessage; Types_of_construct_signatures_are_incompatible: DiagnosticMessage; Class_0_incorrectly_implements_interface_1: DiagnosticMessage; A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_members: DiagnosticMessage; Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_accessor: DiagnosticMessage; Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_function: DiagnosticMessage; Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_function: DiagnosticMessage; Interface_name_cannot_be_0: DiagnosticMessage; All_declarations_of_0_must_have_identical_type_parameters: DiagnosticMessage; Interface_0_incorrectly_extends_interface_1: DiagnosticMessage; Enum_name_cannot_be_0: DiagnosticMessage; In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enum_element: DiagnosticMessage; A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merged: DiagnosticMessage; A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged: DiagnosticMessage; Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces: DiagnosticMessage; Ambient_module_declaration_cannot_specify_relative_module_name: DiagnosticMessage; Module_0_is_hidden_by_a_local_declaration_with_the_same_name: DiagnosticMessage; Import_name_cannot_be_0: DiagnosticMessage; Import_or_export_declaration_in_an_ambient_module_declaration_cannot_reference_module_through_relative_module_name: DiagnosticMessage; Import_declaration_conflicts_with_local_declaration_of_0: DiagnosticMessage; Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module: DiagnosticMessage; Types_have_separate_declarations_of_a_private_property_0: DiagnosticMessage; Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2: DiagnosticMessage; Property_0_is_protected_in_type_1_but_public_in_type_2: DiagnosticMessage; Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses: DiagnosticMessage; Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1_This_is_an_instance_of_class_2: DiagnosticMessage; The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead: DiagnosticMessage; Block_scoped_variable_0_used_before_its_declaration: DiagnosticMessage; Class_0_used_before_its_declaration: DiagnosticMessage; Enum_0_used_before_its_declaration: DiagnosticMessage; Cannot_redeclare_block_scoped_variable_0: DiagnosticMessage; An_enum_member_cannot_have_a_numeric_name: DiagnosticMessage; Variable_0_is_used_before_being_assigned: DiagnosticMessage; Type_alias_0_circularly_references_itself: DiagnosticMessage; Type_alias_name_cannot_be_0: DiagnosticMessage; An_AMD_module_cannot_have_multiple_name_assignments: DiagnosticMessage; Module_0_declares_1_locally_but_it_is_not_exported: DiagnosticMessage; Module_0_declares_1_locally_but_it_is_exported_as_2: DiagnosticMessage; Type_0_is_not_an_array_type: DiagnosticMessage; A_rest_element_must_be_last_in_a_destructuring_pattern: DiagnosticMessage; A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature: DiagnosticMessage; A_computed_property_name_must_be_of_type_string_number_symbol_or_any: DiagnosticMessage; this_cannot_be_referenced_in_a_computed_property_name: DiagnosticMessage; super_cannot_be_referenced_in_a_computed_property_name: DiagnosticMessage; A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type: DiagnosticMessage; Cannot_find_global_value_0: DiagnosticMessage; The_0_operator_cannot_be_applied_to_type_symbol: DiagnosticMessage; Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher: DiagnosticMessage; Enum_declarations_must_all_be_const_or_non_const: DiagnosticMessage; const_enum_member_initializers_must_be_constant_expressions: DiagnosticMessage; const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_import_declaration_or_export_assignment_or_type_query: DiagnosticMessage; A_const_enum_member_can_only_be_accessed_using_a_string_literal: DiagnosticMessage; const_enum_member_initializer_was_evaluated_to_a_non_finite_value: DiagnosticMessage; const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN: DiagnosticMessage; let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations: DiagnosticMessage; Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1: DiagnosticMessage; The_left_hand_side_of_a_for_of_statement_cannot_use_a_type_annotation: DiagnosticMessage; Export_declaration_conflicts_with_exported_declaration_of_0: DiagnosticMessage; The_left_hand_side_of_a_for_of_statement_must_be_a_variable_or_a_property_access: DiagnosticMessage; Type_0_must_have_a_Symbol_iterator_method_that_returns_an_iterator: DiagnosticMessage; An_iterator_must_have_a_next_method: DiagnosticMessage; The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_cannot_be_a_destructuring_pattern: DiagnosticMessage; Cannot_redeclare_identifier_0_in_catch_clause: DiagnosticMessage; Tuple_type_0_of_length_1_has_no_element_at_index_2: DiagnosticMessage; Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher: DiagnosticMessage; Type_0_is_not_an_array_type_or_a_string_type: DiagnosticMessage; The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_function_expression: DiagnosticMessage; This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_referencing_its_default_export: DiagnosticMessage; Module_0_uses_export_and_cannot_be_used_with_export_Asterisk: DiagnosticMessage; An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments: DiagnosticMessage; A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments: DiagnosticMessage; A_rest_element_cannot_contain_a_binding_pattern: DiagnosticMessage; _0_is_referenced_directly_or_indirectly_in_its_own_type_annotation: DiagnosticMessage; Cannot_find_namespace_0: DiagnosticMessage; Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator: DiagnosticMessage; A_generator_cannot_have_a_void_type_annotation: DiagnosticMessage; _0_is_referenced_directly_or_indirectly_in_its_own_base_expression: DiagnosticMessage; Type_0_is_not_a_constructor_function_type: DiagnosticMessage; No_base_constructor_has_the_specified_number_of_type_arguments: DiagnosticMessage; Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_known_members: DiagnosticMessage; Base_constructors_must_all_have_the_same_return_type: DiagnosticMessage; Cannot_create_an_instance_of_an_abstract_class: DiagnosticMessage; Overload_signatures_must_all_be_abstract_or_non_abstract: DiagnosticMessage; Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression: DiagnosticMessage; A_tuple_type_cannot_be_indexed_with_a_negative_value: DiagnosticMessage; Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_2: DiagnosticMessage; All_declarations_of_an_abstract_method_must_be_consecutive: DiagnosticMessage; Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type: DiagnosticMessage; A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard: DiagnosticMessage; An_async_iterator_must_have_a_next_method: DiagnosticMessage; Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions: DiagnosticMessage; The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_standard_function_or_method: DiagnosticMessage; yield_expressions_cannot_be_used_in_a_parameter_initializer: DiagnosticMessage; await_expressions_cannot_be_used_in_a_parameter_initializer: DiagnosticMessage; A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface: DiagnosticMessage; The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary: DiagnosticMessage; A_module_cannot_have_multiple_default_exports: DiagnosticMessage; Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_functions: DiagnosticMessage; Property_0_is_incompatible_with_index_signature: DiagnosticMessage; Object_is_possibly_null: DiagnosticMessage; Object_is_possibly_undefined: DiagnosticMessage; Object_is_possibly_null_or_undefined: DiagnosticMessage; A_function_returning_never_cannot_have_a_reachable_end_point: DiagnosticMessage; Type_0_cannot_be_used_to_index_type_1: DiagnosticMessage; Type_0_has_no_matching_index_signature_for_type_1: DiagnosticMessage; Type_0_cannot_be_used_as_an_index_type: DiagnosticMessage; Cannot_assign_to_0_because_it_is_not_a_variable: DiagnosticMessage; Cannot_assign_to_0_because_it_is_a_read_only_property: DiagnosticMessage; Index_signature_in_type_0_only_permits_reading: DiagnosticMessage; Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_meta_property_reference: DiagnosticMessage; Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta_property_reference: DiagnosticMessage; A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any: DiagnosticMessage; The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_property: DiagnosticMessage; Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator: DiagnosticMessage; Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator: DiagnosticMessage; Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2_or_later: DiagnosticMessage; Property_0_does_not_exist_on_type_1_Did_you_mean_2: DiagnosticMessage; Cannot_find_name_0_Did_you_mean_1: DiagnosticMessage; Computed_values_are_not_permitted_in_an_enum_with_string_valued_members: DiagnosticMessage; Expected_0_arguments_but_got_1: DiagnosticMessage; Expected_at_least_0_arguments_but_got_1: DiagnosticMessage; A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter: DiagnosticMessage; Expected_0_type_arguments_but_got_1: DiagnosticMessage; Type_0_has_no_properties_in_common_with_type_1: DiagnosticMessage; Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it: DiagnosticMessage; Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_write_2: DiagnosticMessage; Base_class_expressions_cannot_reference_class_type_parameters: DiagnosticMessage; The_containing_function_or_module_body_is_too_large_for_control_flow_analysis: DiagnosticMessage; Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor: DiagnosticMessage; Property_0_is_used_before_being_assigned: DiagnosticMessage; A_rest_element_cannot_have_a_property_name: DiagnosticMessage; Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations: DiagnosticMessage; Property_0_may_not_exist_on_type_1_Did_you_mean_2: DiagnosticMessage; Could_not_find_name_0_Did_you_mean_1: DiagnosticMessage; Object_is_of_type_unknown: DiagnosticMessage; A_rest_element_type_must_be_an_array_type: DiagnosticMessage; No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments: DiagnosticMessage; Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead: DiagnosticMessage; Return_type_annotation_circularly_references_itself: DiagnosticMessage; Unused_ts_expect_error_directive: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashnode: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slashjquery: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_types_Slashjest_or_npm_i_save_dev_types_Slashmocha: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_1_or_later: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_include_dom: DiagnosticMessage; _0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_es2015_or_later: DiagnosticMessage; Cannot_assign_to_0_because_it_is_a_constant: DiagnosticMessage; Type_instantiation_is_excessively_deep_and_possibly_infinite: DiagnosticMessage; Expression_produces_a_union_type_that_is_too_complex_to_represent: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashnode_and_then_add_node_to_the_types_field_in_your_tsconfig: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slashjquery_and_then_add_jquery_to_the_types_field_in_your_tsconfig: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_types_Slashjest_or_npm_i_save_dev_types_Slashmocha_and_then_add_jest_or_mocha_to_the_types_field_in_your_tsconfig: DiagnosticMessage; This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag: DiagnosticMessage; _0_can_only_be_imported_by_using_a_default_import: DiagnosticMessage; _0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import: DiagnosticMessage; _0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import: DiagnosticMessage; _0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import: DiagnosticMessage; JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist: DiagnosticMessage; Property_0_in_type_1_is_not_assignable_to_type_2: DiagnosticMessage; JSX_element_type_0_does_not_have_any_construct_or_call_signatures: DiagnosticMessage; Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property: DiagnosticMessage; JSX_element_class_does_not_support_attributes_because_it_does_not_have_a_0_property: DiagnosticMessage; The_global_type_JSX_0_may_not_have_more_than_one_property: DiagnosticMessage; JSX_spread_child_must_be_an_array_type: DiagnosticMessage; _0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property: DiagnosticMessage; _0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor: DiagnosticMessage; Property_0_will_overwrite_the_base_property_in_1_If_this_is_intentional_add_an_initializer_Otherwise_add_a_declare_modifier_or_remove_the_redundant_declaration: DiagnosticMessage; Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead: DiagnosticMessage; Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead: DiagnosticMessage; Type_of_property_0_circularly_references_itself_in_mapped_type_1: DiagnosticMessage; _0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import: DiagnosticMessage; _0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import: DiagnosticMessage; Source_has_0_element_s_but_target_requires_1: DiagnosticMessage; Source_has_0_element_s_but_target_allows_only_1: DiagnosticMessage; Target_requires_0_element_s_but_source_may_have_fewer: DiagnosticMessage; Target_allows_only_0_element_s_but_source_may_have_more: DiagnosticMessage; Source_provides_no_match_for_required_element_at_position_0_in_target: DiagnosticMessage; Source_provides_no_match_for_variadic_element_at_position_0_in_target: DiagnosticMessage; Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target: DiagnosticMessage; Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target: DiagnosticMessage; Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target: DiagnosticMessage; Cannot_assign_to_0_because_it_is_an_enum: DiagnosticMessage; Cannot_assign_to_0_because_it_is_a_class: DiagnosticMessage; Cannot_assign_to_0_because_it_is_a_function: DiagnosticMessage; Cannot_assign_to_0_because_it_is_a_namespace: DiagnosticMessage; Cannot_assign_to_0_because_it_is_an_import: DiagnosticMessage; JSX_property_access_expressions_cannot_include_JSX_namespace_names: DiagnosticMessage; _0_index_signatures_are_incompatible: DiagnosticMessage; Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation: DiagnosticMessage; Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_types: DiagnosticMessage; Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operator: DiagnosticMessage; React_components_cannot_include_JSX_namespace_names: DiagnosticMessage; Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity: DiagnosticMessage; Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_and_2_more: DiagnosticMessage; A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_members_defined_in_other_enums: DiagnosticMessage; Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_default_0_declaration_instead: DiagnosticMessage; Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1: DiagnosticMessage; Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2: DiagnosticMessage; Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_and_3_more: DiagnosticMessage; Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1: DiagnosticMessage; JSX_expressions_must_have_one_parent_element: DiagnosticMessage; Type_0_provides_no_match_for_the_signature_1: DiagnosticMessage; super_is_only_allowed_in_members_of_object_literal_expressions_when_option_target_is_ES2015_or_higher: DiagnosticMessage; super_can_only_be_referenced_in_members_of_derived_classes_or_object_literal_expressions: DiagnosticMessage; Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module: DiagnosticMessage; Cannot_find_name_0_Did_you_mean_the_static_member_1_0: DiagnosticMessage; Cannot_find_name_0_Did_you_mean_the_instance_member_this_0: DiagnosticMessage; Invalid_module_name_in_augmentation_module_0_cannot_be_found: DiagnosticMessage; Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augmented: DiagnosticMessage; Exports_and_export_assignments_are_not_permitted_in_module_augmentations: DiagnosticMessage; Imports_are_not_permitted_in_module_augmentations_Consider_moving_them_to_the_enclosing_external_module: DiagnosticMessage; export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always_visible: DiagnosticMessage; Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_declarations: DiagnosticMessage; Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambient_context: DiagnosticMessage; Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity: DiagnosticMessage; Cannot_assign_a_0_constructor_type_to_a_1_constructor_type: DiagnosticMessage; Constructor_of_class_0_is_private_and_only_accessible_within_the_class_declaration: DiagnosticMessage; Constructor_of_class_0_is_protected_and_only_accessible_within_the_class_declaration: DiagnosticMessage; Cannot_extend_a_class_0_Class_constructor_is_marked_as_private: DiagnosticMessage; Accessors_must_both_be_abstract_or_non_abstract: DiagnosticMessage; A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type: DiagnosticMessage; Type_0_is_not_comparable_to_type_1: DiagnosticMessage; A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void: DiagnosticMessage; A_0_parameter_must_be_the_first_parameter: DiagnosticMessage; A_constructor_cannot_have_a_this_parameter: DiagnosticMessage; this_implicitly_has_type_any_because_it_does_not_have_a_type_annotation: DiagnosticMessage; The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1: DiagnosticMessage; The_this_types_of_each_signature_are_incompatible: DiagnosticMessage; _0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead: DiagnosticMessage; All_declarations_of_0_must_have_identical_modifiers: DiagnosticMessage; Cannot_find_type_definition_file_for_0: DiagnosticMessage; Cannot_extend_an_interface_0_Did_you_mean_implements: DiagnosticMessage; _0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0: DiagnosticMessage; _0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible: DiagnosticMessage; _0_only_refers_to_a_type_but_is_being_used_as_a_value_here: DiagnosticMessage; Namespace_0_has_no_exported_member_1: DiagnosticMessage; Left_side_of_comma_operator_is_unused_and_has_no_side_effects: DiagnosticMessage; The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead: DiagnosticMessage; An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option: DiagnosticMessage; Spread_types_may_only_be_created_from_object_types: DiagnosticMessage; Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1: DiagnosticMessage; Rest_types_may_only_be_created_from_object_types: DiagnosticMessage; The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access: DiagnosticMessage; _0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here: DiagnosticMessage; The_operand_of_a_delete_operator_must_be_a_property_reference: DiagnosticMessage; The_operand_of_a_delete_operator_cannot_be_a_read_only_property: DiagnosticMessage; An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option: DiagnosticMessage; Required_type_parameters_may_not_follow_optional_type_parameters: DiagnosticMessage; Generic_type_0_requires_between_1_and_2_type_arguments: DiagnosticMessage; Cannot_use_namespace_0_as_a_value: DiagnosticMessage; Cannot_use_namespace_0_as_a_type: DiagnosticMessage; _0_are_specified_twice_The_attribute_named_0_will_be_overwritten: DiagnosticMessage; A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option: DiagnosticMessage; A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option: DiagnosticMessage; Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_property_1_in_0_with_0_1: DiagnosticMessage; The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context: DiagnosticMessage; Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor: DiagnosticMessage; Type_parameter_0_has_a_circular_default: DiagnosticMessage; Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_type_2: DiagnosticMessage; Duplicate_property_0: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated: DiagnosticMessage; Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclass: DiagnosticMessage; Cannot_invoke_an_object_which_is_possibly_null: DiagnosticMessage; Cannot_invoke_an_object_which_is_possibly_undefined: DiagnosticMessage; Cannot_invoke_an_object_which_is_possibly_null_or_undefined: DiagnosticMessage; _0_has_no_exported_member_named_1_Did_you_mean_2: DiagnosticMessage; Class_name_cannot_be_Object_when_targeting_ES5_with_module_0: DiagnosticMessage; Cannot_find_lib_definition_for_0: DiagnosticMessage; Cannot_find_lib_definition_for_0_Did_you_mean_1: DiagnosticMessage; _0_is_declared_here: DiagnosticMessage; Property_0_is_used_before_its_initialization: DiagnosticMessage; An_arrow_function_cannot_have_a_this_parameter: DiagnosticMessage; Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_in_String: DiagnosticMessage; Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension: DiagnosticMessage; Property_0_was_also_declared_here: DiagnosticMessage; Are_you_missing_a_semicolon: DiagnosticMessage; Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1: DiagnosticMessage; Operator_0_cannot_be_applied_to_type_1: DiagnosticMessage; BigInt_literals_are_not_available_when_targeting_lower_than_ES2020: DiagnosticMessage; An_outer_value_of_this_is_shadowed_by_this_container: DiagnosticMessage; Type_0_is_missing_the_following_properties_from_type_1_Colon_2: DiagnosticMessage; Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more: DiagnosticMessage; Property_0_is_missing_in_type_1_but_required_in_type_2: DiagnosticMessage; The_inferred_type_of_0_cannot_be_named_without_a_reference_to_1_This_is_likely_not_portable_A_type_annotation_is_necessary: DiagnosticMessage; No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments: DiagnosticMessage; Type_parameter_defaults_can_only_reference_previously_declared_type_parameters: DiagnosticMessage; This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_provided: DiagnosticMessage; This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided: DiagnosticMessage; _0_components_don_t_accept_text_as_child_elements_Text_in_JSX_has_the_type_string_but_the_expected_type_of_1_is_2: DiagnosticMessage; Cannot_access_ambient_const_enums_when_0_is_enabled: DiagnosticMessage; _0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0: DiagnosticMessage; The_implementation_signature_is_declared_here: DiagnosticMessage; Circularity_originates_in_type_at_this_location: DiagnosticMessage; The_first_export_default_is_here: DiagnosticMessage; Another_export_default_is_here: DiagnosticMessage; super_may_not_use_type_arguments: DiagnosticMessage; No_constituent_of_type_0_is_callable: DiagnosticMessage; Not_all_constituents_of_type_0_are_callable: DiagnosticMessage; Type_0_has_no_call_signatures: DiagnosticMessage; Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_other: DiagnosticMessage; No_constituent_of_type_0_is_constructable: DiagnosticMessage; Not_all_constituents_of_type_0_are_constructable: DiagnosticMessage; Type_0_has_no_construct_signatures: DiagnosticMessage; Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_with_each_other: DiagnosticMessage; Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_send_0: DiagnosticMessage; Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0: DiagnosticMessage; Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring_will_always_send_0: DiagnosticMessage; Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_containing_generator_will_always_send_0: DiagnosticMessage; The_0_property_of_an_iterator_must_be_a_method: DiagnosticMessage; The_0_property_of_an_async_iterator_must_be_a_method: DiagnosticMessage; No_overload_matches_this_call: DiagnosticMessage; The_last_overload_gave_the_following_error: DiagnosticMessage; The_last_overload_is_declared_here: DiagnosticMessage; Overload_0_of_1_2_gave_the_following_error: DiagnosticMessage; Did_you_forget_to_use_await: DiagnosticMessage; This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_instead: DiagnosticMessage; Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation: DiagnosticMessage; Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name: DiagnosticMessage; The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access: DiagnosticMessage; The_target_of_an_object_rest_assignment_may_not_be_an_optional_property_access: DiagnosticMessage; The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access: DiagnosticMessage; The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access: DiagnosticMessage; The_left_hand_side_of_a_for_of_statement_may_not_be_an_optional_property_access: DiagnosticMessage; _0_needs_an_explicit_type_annotation: DiagnosticMessage; _0_is_specified_more_than_once_so_this_usage_will_be_overwritten: DiagnosticMessage; get_and_set_accessors_cannot_declare_this_parameters: DiagnosticMessage; This_spread_always_overwrites_this_property: DiagnosticMessage; _0_cannot_be_used_as_a_JSX_component: DiagnosticMessage; Its_return_type_0_is_not_a_valid_JSX_element: DiagnosticMessage; Its_instance_type_0_is_not_a_valid_JSX_element: DiagnosticMessage; Its_element_type_0_is_not_a_valid_JSX_element: DiagnosticMessage; The_operand_of_a_delete_operator_must_be_optional: DiagnosticMessage; Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_later: DiagnosticMessage; Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_to_the_paths_option: DiagnosticMessage; The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_are_not_externally_visible: DiagnosticMessage; Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise: DiagnosticMessage; The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types: DiagnosticMessage; It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tagged_template_expression_which_cannot_be_invoked: DiagnosticMessage; A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_be_declared_abstract: DiagnosticMessage; The_declaration_was_marked_as_deprecated_here: DiagnosticMessage; Type_produces_a_tuple_type_that_is_too_large_to_represent: DiagnosticMessage; Expression_produces_a_tuple_type_that_is_too_large_to_represent: DiagnosticMessage; This_condition_will_always_return_true_since_this_0_is_always_defined: DiagnosticMessage; Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_target_of_es2015_or_higher: DiagnosticMessage; Cannot_assign_to_private_method_0_Private_methods_are_not_writable: DiagnosticMessage; Duplicate_identifier_0_Static_and_instance_elements_cannot_share_the_same_private_name: DiagnosticMessage; Private_accessor_was_defined_without_a_getter: DiagnosticMessage; This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_one_in_0_Consider_upgrading_your_version_of_0: DiagnosticMessage; A_get_accessor_must_be_at_least_as_accessible_as_the_setter: DiagnosticMessage; Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses: DiagnosticMessage; Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_without_arguments: DiagnosticMessage; Initializer_for_property_0: DiagnosticMessage; Property_0_does_not_exist_on_type_1_Try_changing_the_lib_compiler_option_to_include_dom: DiagnosticMessage; Class_declaration_cannot_implement_overload_list_for_0: DiagnosticMessage; Function_with_bodies_can_only_merge_with_classes_that_are_ambient: DiagnosticMessage; arguments_cannot_be_referenced_in_property_initializers: DiagnosticMessage; Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class: DiagnosticMessage; Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block: DiagnosticMessage; Duplicate_identifier_0_Compiler_reserves_name_1_when_emitting_super_references_in_static_initializers: DiagnosticMessage; Namespace_name_cannot_be_0: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_Did_you_mean_2: DiagnosticMessage; Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_node18_nodenext_or_preserve: DiagnosticMessage; Import_assertions_cannot_be_used_with_type_only_imports_or_exports: DiagnosticMessage; Import_attributes_are_only_supported_when_the_module_option_is_set_to_esnext_node18_nodenext_or_preserve: DiagnosticMessage; Cannot_find_namespace_0_Did_you_mean_1: DiagnosticMessage; Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Consider_adding_an_extension_to_the_import_path: DiagnosticMessage; Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Did_you_mean_0: DiagnosticMessage; Import_assertions_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls: DiagnosticMessage; Import_assertion_values_must_be_string_literal_expressions: DiagnosticMessage; All_declarations_of_0_must_have_identical_constraints: DiagnosticMessage; This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value: DiagnosticMessage; An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types: DiagnosticMessage; _0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation: DiagnosticMessage; We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here: DiagnosticMessage; Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor: DiagnosticMessage; This_condition_will_always_return_0: DiagnosticMessage; A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_file_0_instead: DiagnosticMessage; The_right_hand_side_of_an_instanceof_expression_must_not_be_an_instantiation_expression: DiagnosticMessage; Target_signature_provides_too_few_arguments_Expected_0_or_more_but_got_1: DiagnosticMessage; The_initializer_of_a_using_declaration_must_be_either_an_object_with_a_Symbol_dispose_method_or_be_null_or_undefined: DiagnosticMessage; The_initializer_of_an_await_using_declaration_must_be_either_an_object_with_a_Symbol_asyncDispose_or_Symbol_dispose_method_or_be_null_or_undefined: DiagnosticMessage; await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules: DiagnosticMessage; await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module: DiagnosticMessage; Top_level_await_using_statements_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher: DiagnosticMessage; Class_field_0_defined_by_the_parent_class_is_not_accessible_in_the_child_class_via_super: DiagnosticMessage; Import_attributes_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls: DiagnosticMessage; Import_attributes_cannot_be_used_with_type_only_imports_or_exports: DiagnosticMessage; Import_attribute_values_must_be_string_literal_expressions: DiagnosticMessage; Excessive_complexity_comparing_types_0_and_1: DiagnosticMessage; The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_hand_side_s_Symbol_hasInstance_method: DiagnosticMessage; An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_hand_side_of_an_instanceof_expression: DiagnosticMessage; Type_0_is_generic_and_can_only_be_indexed_for_reading: DiagnosticMessage; A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values: DiagnosticMessage; A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types: DiagnosticMessage; Import_0_conflicts_with_local_value_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled: DiagnosticMessage; Import_0_conflicts_with_global_value_used_in_this_file_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun: DiagnosticMessage; Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_and_then_add_bun_to_the_types_field_in_your_tsconfig: DiagnosticMessage; Right_operand_of_is_unreachable_because_the_left_operand_is_never_nullish: DiagnosticMessage; This_binary_expression_is_never_nullish_Are_you_missing_parentheses: DiagnosticMessage; This_expression_is_always_nullish: DiagnosticMessage; This_kind_of_expression_is_always_truthy: DiagnosticMessage; This_kind_of_expression_is_always_falsy: DiagnosticMessage; This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found: DiagnosticMessage; This_JSX_tag_requires_the_module_path_0_to_exist_but_none_could_be_found_Make_sure_you_have_types_for_the_appropriate_package_installed: DiagnosticMessage; This_relative_import_path_is_unsafe_to_rewrite_because_it_looks_like_a_file_name_but_actually_resolves_to_0: DiagnosticMessage; This_import_uses_a_0_extension_to_resolve_to_an_input_TypeScript_file_but_will_not_be_rewritten_during_emit_because_it_is_not_a_relative_path: DiagnosticMessage; This_import_path_is_unsafe_to_rewrite_because_it_resolves_to_another_project_and_the_relative_path_between_the_projects_output_files_is_not_the_same_as_the_relative_path_between_its_input_files: DiagnosticMessage; Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found: DiagnosticMessage; Target_signature_provides_too_many_arguments_Expected_0_or_more_but_got_1: DiagnosticMessage; Import_declaration_0_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_exported_function_has_or_is_using_private_name_1: DiagnosticMessage; Implements_clause_of_exported_class_0_has_or_is_using_private_name_1: DiagnosticMessage; extends_clause_of_exported_class_0_has_or_is_using_private_name_1: DiagnosticMessage; extends_clause_of_exported_class_has_or_is_using_private_name_0: DiagnosticMessage; extends_clause_of_exported_interface_0_has_or_is_using_private_name_1: DiagnosticMessage; Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Exported_variable_0_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Exported_variable_0_has_or_is_using_private_name_1: DiagnosticMessage; Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Public_static_property_0_of_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Public_property_0_of_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Property_0_of_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1: DiagnosticMessage; Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0: DiagnosticMessage; Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1: DiagnosticMessage; Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0: DiagnosticMessage; Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1: DiagnosticMessage; Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0: DiagnosticMessage; Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named: DiagnosticMessage; Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_private_module_1: DiagnosticMessage; Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0: DiagnosticMessage; Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named: DiagnosticMessage; Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1: DiagnosticMessage; Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0: DiagnosticMessage; Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1: DiagnosticMessage; Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0: DiagnosticMessage; Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named: DiagnosticMessage; Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1: DiagnosticMessage; Return_type_of_exported_function_has_or_is_using_private_name_0: DiagnosticMessage; Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_exported_function_has_or_is_using_private_name_1: DiagnosticMessage; Exported_type_alias_0_has_or_is_using_private_name_1: DiagnosticMessage; Default_export_of_the_module_has_or_is_using_private_name_0: DiagnosticMessage; Type_parameter_0_of_exported_type_alias_has_or_is_using_private_name_1: DiagnosticMessage; Exported_type_alias_0_has_or_is_using_private_name_1_from_module_2: DiagnosticMessage; Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Property_0_of_exported_anonymous_class_type_may_not_be_private_or_protected: DiagnosticMessage; Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Public_static_method_0_of_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Public_method_0_of_exported_class_has_or_is_using_private_name_1: DiagnosticMessage; Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Method_0_of_exported_interface_has_or_is_using_private_name_1: DiagnosticMessage; Type_parameter_0_of_exported_mapped_object_type_is_using_private_name_1: DiagnosticMessage; The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1: DiagnosticMessage; Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter: DiagnosticMessage; Parameter_0_of_accessor_has_or_is_using_private_name_1: DiagnosticMessage; Parameter_0_of_accessor_has_or_is_using_name_1_from_private_module_2: DiagnosticMessage; Parameter_0_of_accessor_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: DiagnosticMessage; Type_arguments_for_0_circularly_reference_themselves: DiagnosticMessage; Tuple_type_arguments_circularly_reference_themselves: DiagnosticMessage; Property_0_comes_from_an_index_signature_so_it_must_be_accessed_with_0: DiagnosticMessage; This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_extend_another_class: DiagnosticMessage; This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0: DiagnosticMessage; This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0: DiagnosticMessage; This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0: DiagnosticMessage; This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared_in_the_base_class_0: DiagnosticMessage; This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_Did_you_mean_1: DiagnosticMessage; The_type_of_this_node_cannot_be_serialized_because_its_property_0_cannot_be_serialized: DiagnosticMessage; This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_class_0: DiagnosticMessage; This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_class_0: DiagnosticMessage; This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_extend_another_class: DiagnosticMessage; This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base_class_0: DiagnosticMessage; This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base_class_0_Did_you_mean_1: DiagnosticMessage; Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_with_npm_install_D_typescript_next: DiagnosticMessage; Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given: DiagnosticMessage; One_value_of_0_1_is_the_string_2_and_the_other_is_assumed_to_be_an_unknown_numeric_value: DiagnosticMessage; This_member_cannot_have_an_override_modifier_because_its_name_is_dynamic: DiagnosticMessage; This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_name_is_dynamic: DiagnosticMessage; The_current_host_does_not_support_the_0_option: DiagnosticMessage; Cannot_find_the_common_subdirectory_path_for_the_input_files: DiagnosticMessage; File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: DiagnosticMessage; Cannot_read_file_0_Colon_1: DiagnosticMessage; Unknown_compiler_option_0: DiagnosticMessage; Compiler_option_0_requires_a_value_of_type_1: DiagnosticMessage; Unknown_compiler_option_0_Did_you_mean_1: DiagnosticMessage; Could_not_write_file_0_Colon_1: DiagnosticMessage; Option_project_cannot_be_mixed_with_source_files_on_a_command_line: DiagnosticMessage; Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES2015_or_higher: DiagnosticMessage; Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided: DiagnosticMessage; Option_0_cannot_be_specified_without_specifying_option_1: DiagnosticMessage; Option_0_cannot_be_specified_with_option_1: DiagnosticMessage; A_tsconfig_json_file_is_already_defined_at_Colon_0: DiagnosticMessage; Cannot_write_file_0_because_it_would_overwrite_input_file: DiagnosticMessage; Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files: DiagnosticMessage; Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0: DiagnosticMessage; The_specified_path_does_not_exist_Colon_0: DiagnosticMessage; Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier: DiagnosticMessage; Pattern_0_can_have_at_most_one_Asterisk_character: DiagnosticMessage; Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character: DiagnosticMessage; Substitutions_for_pattern_0_should_be_an_array: DiagnosticMessage; Substitution_0_for_pattern_1_has_incorrect_type_expected_string_got_2: DiagnosticMessage; File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: DiagnosticMessage; Substitutions_for_pattern_0_shouldn_t_be_an_empty_array: DiagnosticMessage; Invalid_value_for_jsxFactory_0_is_not_a_valid_identifier_or_qualified_name: DiagnosticMessage; Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript_files_Learn_more_at_https_Colon_Slash_Slashaka_ms_Slashtsconfig: DiagnosticMessage; Option_0_cannot_be_specified_without_specifying_option_1_or_option_2: DiagnosticMessage; Option_resolveJsonModule_cannot_be_specified_when_moduleResolution_is_set_to_classic: DiagnosticMessage; Option_resolveJsonModule_cannot_be_specified_when_module_is_set_to_none_system_or_umd: DiagnosticMessage; Unknown_build_option_0: DiagnosticMessage; Build_option_0_requires_a_value_of_type_1: DiagnosticMessage; Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBuildInfoFile_is_specified: DiagnosticMessage; _0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_constraint_2: DiagnosticMessage; _0_and_1_operations_cannot_be_mixed_without_parentheses: DiagnosticMessage; Unknown_build_option_0_Did_you_mean_1: DiagnosticMessage; Unknown_watch_option_0: DiagnosticMessage; Unknown_watch_option_0_Did_you_mean_1: DiagnosticMessage; Watch_option_0_requires_a_value_of_type_1: DiagnosticMessage; Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0: DiagnosticMessage; _0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1: DiagnosticMessage; Cannot_read_file_0: DiagnosticMessage; A_tuple_member_cannot_be_both_optional_and_rest: DiagnosticMessage; A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_colon_rather_than_after_the_type: DiagnosticMessage; A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type: DiagnosticMessage; The_inferred_type_of_0_references_a_type_with_a_cyclic_structure_which_cannot_be_trivially_serialized_A_type_annotation_is_necessary: DiagnosticMessage; Option_0_cannot_be_specified_when_option_jsx_is_1: DiagnosticMessage; Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash: DiagnosticMessage; Option_preserveConstEnums_cannot_be_disabled_when_0_is_enabled: DiagnosticMessage; The_root_value_of_a_0_file_must_be_an_object: DiagnosticMessage; Compiler_option_0_may_only_be_used_with_build: DiagnosticMessage; Compiler_option_0_may_not_be_used_with_build: DiagnosticMessage; Option_0_can_only_be_used_when_module_is_set_to_preserve_or_to_es2015_or_later: DiagnosticMessage; Option_allowImportingTsExtensions_can_only_be_used_when_either_noEmit_or_emitDeclarationOnly_is_set: DiagnosticMessage; An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled: DiagnosticMessage; Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler: DiagnosticMessage; Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprecations_Colon_2_to_silence_this_error: DiagnosticMessage; Option_0_has_been_removed_Please_remove_it_from_your_configuration: DiagnosticMessage; Invalid_value_for_ignoreDeprecations: DiagnosticMessage; Option_0_is_redundant_and_cannot_be_specified_with_option_1: DiagnosticMessage; Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System: DiagnosticMessage; Use_0_instead: DiagnosticMessage; Option_0_1_is_deprecated_and_will_stop_functioning_in_TypeScript_2_Specify_compilerOption_ignoreDeprecations_Colon_3_to_silence_this_error: DiagnosticMessage; Option_0_1_has_been_removed_Please_remove_it_from_your_configuration: DiagnosticMessage; Option_moduleResolution_must_be_set_to_0_or_left_unspecified_when_option_module_is_set_to_1: DiagnosticMessage; Option_module_must_be_set_to_0_when_option_moduleResolution_is_set_to_1: DiagnosticMessage; Generates_a_sourcemap_for_each_corresponding_d_ts_file: DiagnosticMessage; Concatenate_and_emit_output_to_single_file: DiagnosticMessage; Generates_corresponding_d_ts_file: DiagnosticMessage; Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations: DiagnosticMessage; Watch_input_files: DiagnosticMessage; Redirect_output_structure_to_the_directory: DiagnosticMessage; Do_not_erase_const_enum_declarations_in_generated_code: DiagnosticMessage; Do_not_emit_outputs_if_any_errors_were_reported: DiagnosticMessage; Do_not_emit_comments_to_output: DiagnosticMessage; Do_not_emit_outputs: DiagnosticMessage; Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking: DiagnosticMessage; Skip_type_checking_of_declaration_files: DiagnosticMessage; Do_not_resolve_the_real_path_of_symlinks: DiagnosticMessage; Only_emit_d_ts_declaration_files: DiagnosticMessage; Specify_ECMAScript_target_version: DiagnosticMessage; Specify_module_code_generation: DiagnosticMessage; Print_this_message: DiagnosticMessage; Print_the_compiler_s_version: DiagnosticMessage; Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json: DiagnosticMessage; Syntax_Colon_0: DiagnosticMessage; options: DiagnosticMessage; file: DiagnosticMessage; Examples_Colon_0: DiagnosticMessage; Options_Colon: DiagnosticMessage; Version_0: DiagnosticMessage; Insert_command_line_options_and_files_from_a_file: DiagnosticMessage; Starting_compilation_in_watch_mode: DiagnosticMessage; File_change_detected_Starting_incremental_compilation: DiagnosticMessage; KIND: DiagnosticMessage; FILE: DiagnosticMessage; VERSION: DiagnosticMessage; LOCATION: DiagnosticMessage; DIRECTORY: DiagnosticMessage; STRATEGY: DiagnosticMessage; FILE_OR_DIRECTORY: DiagnosticMessage; Errors_Files: DiagnosticMessage; Generates_corresponding_map_file: DiagnosticMessage; Compiler_option_0_expects_an_argument: DiagnosticMessage; Unterminated_quoted_string_in_response_file_0: DiagnosticMessage; Argument_for_0_option_must_be_Colon_1: DiagnosticMessage; Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1: DiagnosticMessage; Unable_to_open_file_0: DiagnosticMessage; Corrupted_locale_file_0: DiagnosticMessage; Raise_error_on_expressions_and_declarations_with_an_implied_any_type: DiagnosticMessage; File_0_not_found: DiagnosticMessage; File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1: DiagnosticMessage; Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures: DiagnosticMessage; Do_not_emit_declarations_for_code_that_has_an_internal_annotation: DiagnosticMessage; Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir: DiagnosticMessage; File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files: DiagnosticMessage; Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix: DiagnosticMessage; NEWLINE: DiagnosticMessage; Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line: DiagnosticMessage; Enables_experimental_support_for_ES7_decorators: DiagnosticMessage; Enables_experimental_support_for_emitting_type_metadata_for_decorators: DiagnosticMessage; Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file: DiagnosticMessage; Successfully_created_a_tsconfig_json_file: DiagnosticMessage; Suppress_excess_property_checks_for_object_literals: DiagnosticMessage; Stylize_errors_and_messages_using_color_and_context_experimental: DiagnosticMessage; Do_not_report_errors_on_unused_labels: DiagnosticMessage; Report_error_when_not_all_code_paths_in_function_return_a_value: DiagnosticMessage; Report_errors_for_fallthrough_cases_in_switch_statement: DiagnosticMessage; Do_not_report_errors_on_unreachable_code: DiagnosticMessage; Disallow_inconsistently_cased_references_to_the_same_file: DiagnosticMessage; Specify_library_files_to_be_included_in_the_compilation: DiagnosticMessage; Specify_JSX_code_generation: DiagnosticMessage; Only_amd_and_system_modules_are_supported_alongside_0: DiagnosticMessage; Base_directory_to_resolve_non_absolute_module_names: DiagnosticMessage; Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react_JSX_emit: DiagnosticMessage; Enable_tracing_of_the_name_resolution_process: DiagnosticMessage; Resolving_module_0_from_1: DiagnosticMessage; Explicitly_specified_module_resolution_kind_Colon_0: DiagnosticMessage; Module_resolution_kind_is_not_specified_using_0: DiagnosticMessage; Module_name_0_was_successfully_resolved_to_1: DiagnosticMessage; Module_name_0_was_not_resolved: DiagnosticMessage; paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0: DiagnosticMessage; Module_name_0_matched_pattern_1: DiagnosticMessage; Trying_substitution_0_candidate_module_location_Colon_1: DiagnosticMessage; Resolving_module_name_0_relative_to_base_url_1_2: DiagnosticMessage; Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_types_Colon_1: DiagnosticMessage; File_0_does_not_exist: DiagnosticMessage; File_0_exists_use_it_as_a_name_resolution_result: DiagnosticMessage; Loading_module_0_from_node_modules_folder_target_file_types_Colon_1: DiagnosticMessage; Found_package_json_at_0: DiagnosticMessage; package_json_does_not_have_a_0_field: DiagnosticMessage; package_json_has_0_field_1_that_references_2: DiagnosticMessage; Allow_javascript_files_to_be_compiled: DiagnosticMessage; Checking_if_0_is_the_longest_matching_prefix_for_1_2: DiagnosticMessage; Expected_type_of_0_field_in_package_json_to_be_1_got_2: DiagnosticMessage; baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1: DiagnosticMessage; rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0: DiagnosticMessage; Longest_matching_prefix_for_0_is_1: DiagnosticMessage; Loading_0_from_the_root_dir_1_candidate_location_2: DiagnosticMessage; Trying_other_entries_in_rootDirs: DiagnosticMessage; Module_resolution_using_rootDirs_has_failed: DiagnosticMessage; Do_not_emit_use_strict_directives_in_module_output: DiagnosticMessage; Enable_strict_null_checks: DiagnosticMessage; Unknown_option_excludes_Did_you_mean_exclude: DiagnosticMessage; Raise_error_on_this_expressions_with_an_implied_any_type: DiagnosticMessage; Resolving_type_reference_directive_0_containing_file_1_root_directory_2: DiagnosticMessage; Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2: DiagnosticMessage; Type_reference_directive_0_was_not_resolved: DiagnosticMessage; Resolving_with_primary_search_path_0: DiagnosticMessage; Root_directory_cannot_be_determined_skipping_primary_search_paths: DiagnosticMessage; Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set: DiagnosticMessage; Type_declaration_files_to_be_included_in_compilation: DiagnosticMessage; Looking_up_in_node_modules_folder_initial_location_0: DiagnosticMessage; Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_modules_folder: DiagnosticMessage; Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1: DiagnosticMessage; Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set: DiagnosticMessage; Resolving_real_path_for_0_result_1: DiagnosticMessage; Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system: DiagnosticMessage; File_name_0_has_a_1_extension_stripping_it: DiagnosticMessage; _0_is_declared_but_its_value_is_never_read: DiagnosticMessage; Report_errors_on_unused_locals: DiagnosticMessage; Report_errors_on_unused_parameters: DiagnosticMessage; The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files: DiagnosticMessage; Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1: DiagnosticMessage; Property_0_is_declared_but_its_value_is_never_read: DiagnosticMessage; Import_emit_helpers_from_tslib: DiagnosticMessage; Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using_cache_location_2: DiagnosticMessage; Parse_in_strict_mode_and_emit_use_strict_for_each_source_file: DiagnosticMessage; Module_0_was_resolved_to_1_but_jsx_is_not_set: DiagnosticMessage; Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1: DiagnosticMessage; Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h: DiagnosticMessage; Resolution_for_module_0_was_found_in_cache_from_location_1: DiagnosticMessage; Directory_0_does_not_exist_skipping_all_lookups_in_it: DiagnosticMessage; Show_diagnostic_information: DiagnosticMessage; Show_verbose_diagnostic_information: DiagnosticMessage; Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file: DiagnosticMessage; Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap_to_be_set: DiagnosticMessage; Transpile_each_file_as_a_separate_module_similar_to_ts_transpileModule: DiagnosticMessage; Print_names_of_generated_files_part_of_the_compilation: DiagnosticMessage; Print_names_of_files_part_of_the_compilation: DiagnosticMessage; The_locale_used_when_displaying_messages_to_the_user_e_g_en_us: DiagnosticMessage; Do_not_generate_custom_helper_functions_like_extends_in_compiled_output: DiagnosticMessage; Do_not_include_the_default_library_file_lib_d_ts: DiagnosticMessage; Do_not_add_triple_slash_references_or_imported_modules_to_the_list_of_compiled_files: DiagnosticMessage; Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files: DiagnosticMessage; List_of_folders_to_include_type_definitions_from: DiagnosticMessage; Disable_size_limitations_on_JavaScript_projects: DiagnosticMessage; The_character_set_of_the_input_files: DiagnosticMessage; Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1: DiagnosticMessage; Do_not_truncate_error_messages: DiagnosticMessage; Output_directory_for_generated_declaration_files: DiagnosticMessage; A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl: DiagnosticMessage; List_of_root_folders_whose_combined_content_represents_the_structure_of_the_project_at_runtime: DiagnosticMessage; Show_all_compiler_options: DiagnosticMessage; Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file: DiagnosticMessage; Command_line_Options: DiagnosticMessage; Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5: DiagnosticMessage; Enable_all_strict_type_checking_options: DiagnosticMessage; Scoped_package_detected_looking_in_0: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: DiagnosticMessage; Enable_strict_checking_of_function_types: DiagnosticMessage; Enable_strict_checking_of_property_initialization_in_classes: DiagnosticMessage; Numeric_separators_are_not_allowed_here: DiagnosticMessage; Multiple_consecutive_numeric_separators_are_not_permitted: DiagnosticMessage; Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen: DiagnosticMessage; All_imports_in_import_declaration_are_unused: DiagnosticMessage; Found_1_error_Watching_for_file_changes: DiagnosticMessage; Found_0_errors_Watching_for_file_changes: DiagnosticMessage; Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols: DiagnosticMessage; _0_is_declared_but_never_used: DiagnosticMessage; Include_modules_imported_with_json_extension: DiagnosticMessage; All_destructured_elements_are_unused: DiagnosticMessage; All_variables_are_unused: DiagnosticMessage; Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0: DiagnosticMessage; Conflicts_are_in_this_file: DiagnosticMessage; Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0: DiagnosticMessage; _0_was_also_declared_here: DiagnosticMessage; and_here: DiagnosticMessage; All_type_parameters_are_unused: DiagnosticMessage; package_json_has_a_typesVersions_field_with_version_specific_path_mappings: DiagnosticMessage; package_json_does_not_have_a_typesVersions_entry_that_matches_version_0: DiagnosticMessage; package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_match_module_name_2: DiagnosticMessage; package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range: DiagnosticMessage; An_argument_for_0_was_not_provided: DiagnosticMessage; An_argument_matching_this_binding_pattern_was_not_provided: DiagnosticMessage; Did_you_mean_to_call_this_expression: DiagnosticMessage; Did_you_mean_to_use_new_with_this_expression: DiagnosticMessage; Enable_strict_bind_call_and_apply_methods_on_functions: DiagnosticMessage; Using_compiler_options_of_project_reference_redirect_0: DiagnosticMessage; Found_1_error: DiagnosticMessage; Found_0_errors: DiagnosticMessage; Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2: DiagnosticMessage; Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3: DiagnosticMessage; package_json_had_a_falsy_0_field: DiagnosticMessage; Disable_use_of_source_files_instead_of_declaration_files_from_referenced_projects: DiagnosticMessage; Emit_class_fields_with_Define_instead_of_Set: DiagnosticMessage; Generates_a_CPU_profile: DiagnosticMessage; Disable_solution_searching_for_this_project: DiagnosticMessage; Specify_strategy_for_watching_file_Colon_FixedPollingInterval_default_PriorityPollingInterval_DynamicPriorityPolling_FixedChunkSizePolling_UseFsEvents_UseFsEventsOnParentDirectory: DiagnosticMessage; Specify_strategy_for_watching_directory_on_platforms_that_don_t_support_recursive_watching_natively_Colon_UseFsEvents_default_FixedPollingInterval_DynamicPriorityPolling_FixedChunkSizePolling: DiagnosticMessage; Specify_strategy_for_creating_a_polling_watch_when_it_fails_to_create_using_file_system_events_Colon_FixedInterval_default_PriorityInterval_DynamicPriority_FixedChunkSize: DiagnosticMessage; Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3: DiagnosticMessage; Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line: DiagnosticMessage; Could_not_resolve_the_path_0_with_the_extensions_Colon_1: DiagnosticMessage; Declaration_augments_declaration_in_another_file_This_cannot_be_serialized: DiagnosticMessage; This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_file: DiagnosticMessage; This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without: DiagnosticMessage; Disable_loading_referenced_projects: DiagnosticMessage; Arguments_for_the_rest_parameter_0_were_not_provided: DiagnosticMessage; Generates_an_event_trace_and_a_list_of_types: DiagnosticMessage; Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react: DiagnosticMessage; File_0_exists_according_to_earlier_cached_lookups: DiagnosticMessage; File_0_does_not_exist_according_to_earlier_cached_lookups: DiagnosticMessage; Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1: DiagnosticMessage; Resolving_type_reference_directive_0_containing_file_1: DiagnosticMessage; Interpret_optional_property_types_as_written_rather_than_adding_undefined: DiagnosticMessage; Modules: DiagnosticMessage; File_Management: DiagnosticMessage; Emit: DiagnosticMessage; JavaScript_Support: DiagnosticMessage; Type_Checking: DiagnosticMessage; Editor_Support: DiagnosticMessage; Watch_and_Build_Modes: DiagnosticMessage; Compiler_Diagnostics: DiagnosticMessage; Interop_Constraints: DiagnosticMessage; Backwards_Compatibility: DiagnosticMessage; Language_and_Environment: DiagnosticMessage; Projects: DiagnosticMessage; Output_Formatting: DiagnosticMessage; Completeness: DiagnosticMessage; _0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file: DiagnosticMessage; Found_1_error_in_0: DiagnosticMessage; Found_0_errors_in_the_same_file_starting_at_Colon_1: DiagnosticMessage; Found_0_errors_in_1_files: DiagnosticMessage; File_name_0_has_a_1_extension_looking_up_2_instead: DiagnosticMessage; Module_0_was_resolved_to_1_but_allowArbitraryExtensions_is_not_set: DiagnosticMessage; Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present: DiagnosticMessage; Resolving_type_reference_directive_for_program_that_specifies_custom_typeRoots_skipping_lookup_in_node_modules_folder: DiagnosticMessage; Option_0_can_only_be_specified_on_command_line: DiagnosticMessage; Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve: DiagnosticMessage; Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1: DiagnosticMessage; Invalid_import_specifier_0_has_no_possible_resolutions: DiagnosticMessage; package_json_scope_0_has_no_imports_defined: DiagnosticMessage; package_json_scope_0_explicitly_maps_specifier_1_to_null: DiagnosticMessage; package_json_scope_0_has_invalid_type_for_target_of_specifier_1: DiagnosticMessage; Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1: DiagnosticMessage; Resolution_of_non_relative_name_failed_trying_with_modern_Node_resolution_features_disabled_to_see_if_npm_library_needs_configuration_update: DiagnosticMessage; There_are_types_at_0_but_this_result_could_not_be_resolved_when_respecting_package_json_exports_The_1_library_may_need_to_update_its_package_json_or_typings: DiagnosticMessage; Resolution_of_non_relative_name_failed_trying_with_moduleResolution_bundler_to_see_if_project_may_need_configuration_update: DiagnosticMessage; There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setting_Consider_updating_to_node16_nodenext_or_bundler: DiagnosticMessage; package_json_has_a_peerDependencies_field: DiagnosticMessage; Found_peerDependency_0_with_1_version: DiagnosticMessage; Failed_to_find_peerDependency_0: DiagnosticMessage; Enable_project_compilation: DiagnosticMessage; Composite_projects_may_not_disable_declaration_emit: DiagnosticMessage; Output_file_0_has_not_been_built_from_source_file_1: DiagnosticMessage; Referenced_project_0_must_have_setting_composite_Colon_true: DiagnosticMessage; File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_include_pattern: DiagnosticMessage; Referenced_project_0_may_not_disable_emit: DiagnosticMessage; Project_0_is_out_of_date_because_output_1_is_older_than_input_2: DiagnosticMessage; Project_0_is_up_to_date_because_newest_input_1_is_older_than_output_2: DiagnosticMessage; Project_0_is_out_of_date_because_output_file_1_does_not_exist: DiagnosticMessage; Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date: DiagnosticMessage; Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies: DiagnosticMessage; Projects_in_this_build_Colon_0: DiagnosticMessage; A_non_dry_build_would_delete_the_following_files_Colon_0: DiagnosticMessage; A_non_dry_build_would_build_project_0: DiagnosticMessage; Building_project_0: DiagnosticMessage; Updating_output_timestamps_of_project_0: DiagnosticMessage; Project_0_is_up_to_date: DiagnosticMessage; Skipping_build_of_project_0_because_its_dependency_1_has_errors: DiagnosticMessage; Project_0_can_t_be_built_because_its_dependency_1_has_errors: DiagnosticMessage; Build_one_or_more_projects_and_their_dependencies_if_out_of_date: DiagnosticMessage; Delete_the_outputs_of_all_projects: DiagnosticMessage; Show_what_would_be_built_or_deleted_if_specified_with_clean: DiagnosticMessage; Option_build_must_be_the_first_command_line_argument: DiagnosticMessage; Options_0_and_1_cannot_be_combined: DiagnosticMessage; Updating_unchanged_output_timestamps_of_project_0: DiagnosticMessage; A_non_dry_build_would_update_timestamps_for_output_of_project_0: DiagnosticMessage; Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1: DiagnosticMessage; Composite_projects_may_not_disable_incremental_compilation: DiagnosticMessage; Specify_file_to_store_incremental_compilation_information: DiagnosticMessage; Project_0_is_out_of_date_because_output_for_it_was_generated_with_version_1_that_differs_with_current_version_2: DiagnosticMessage; Skipping_build_of_project_0_because_its_dependency_1_was_not_built: DiagnosticMessage; Project_0_can_t_be_built_because_its_dependency_1_was_not_built: DiagnosticMessage; Have_recompiles_in_incremental_and_watch_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it: DiagnosticMessage; _0_is_deprecated: DiagnosticMessage; Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_native_implementation_of_the_Web_Performance_API_could_not_be_found: DiagnosticMessage; The_signature_0_of_1_is_deprecated: DiagnosticMessage; Project_0_is_being_forcibly_rebuilt: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3_with_Package_ID_4: DiagnosticMessage; Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_not_resolved: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3_with_Package_ID_4: DiagnosticMessage; Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_not_resolved: DiagnosticMessage; Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_some_of_the_changes_were_not_emitted: DiagnosticMessage; Project_0_is_up_to_date_but_needs_to_update_timestamps_of_output_files_that_are_older_than_input_files: DiagnosticMessage; Project_0_is_out_of_date_because_there_was_error_reading_file_1: DiagnosticMessage; Resolving_in_0_mode_with_conditions_1: DiagnosticMessage; Matched_0_condition_1: DiagnosticMessage; Using_0_subpath_1_with_target_2: DiagnosticMessage; Saw_non_matching_condition_0: DiagnosticMessage; Project_0_is_out_of_date_because_buildinfo_file_1_indicates_there_is_change_in_compilerOptions: DiagnosticMessage; Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noEmit_or_emitDeclarationOnly_to_be_set: DiagnosticMessage; Use_the_package_json_exports_field_when_resolving_package_imports: DiagnosticMessage; Use_the_package_json_imports_field_when_resolving_imports: DiagnosticMessage; Conditions_to_set_in_addition_to_the_resolver_specific_defaults_when_resolving_imports: DiagnosticMessage; true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false: DiagnosticMessage; Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_but_not_any_more: DiagnosticMessage; Entering_conditional_exports: DiagnosticMessage; Resolved_under_condition_0: DiagnosticMessage; Failed_to_resolve_under_condition_0: DiagnosticMessage; Exiting_conditional_exports: DiagnosticMessage; Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0: DiagnosticMessage; Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0: DiagnosticMessage; Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_program_needs_to_report_errors: DiagnosticMessage; Project_0_is_out_of_date_because_1: DiagnosticMessage; Rewrite_ts_tsx_mts_and_cts_file_extensions_in_relative_import_paths_to_their_JavaScript_equivalent_in_output_files: DiagnosticMessage; The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1: DiagnosticMessage; The_expected_type_comes_from_this_index_signature: DiagnosticMessage; The_expected_type_comes_from_the_return_type_of_this_signature: DiagnosticMessage; Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing: DiagnosticMessage; File_0_is_a_JavaScript_file_Did_you_mean_to_enable_the_allowJs_option: DiagnosticMessage; Print_names_of_files_and_the_reason_they_are_part_of_the_compilation: DiagnosticMessage; Consider_adding_a_declare_modifier_to_this_class: DiagnosticMessage; Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these_files: DiagnosticMessage; Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export: DiagnosticMessage; Allow_accessing_UMD_globals_from_modules: DiagnosticMessage; Disable_error_reporting_for_unreachable_code: DiagnosticMessage; Disable_error_reporting_for_unused_labels: DiagnosticMessage; Ensure_use_strict_is_always_emitted: DiagnosticMessage; Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it: DiagnosticMessage; Specify_the_base_directory_to_resolve_non_relative_module_names: DiagnosticMessage; No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files: DiagnosticMessage; Enable_error_reporting_in_type_checked_JavaScript_files: DiagnosticMessage; Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references: DiagnosticMessage; Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project: DiagnosticMessage; Specify_the_output_directory_for_generated_declaration_files: DiagnosticMessage; Create_sourcemaps_for_d_ts_files: DiagnosticMessage; Output_compiler_performance_information_after_building: DiagnosticMessage; Disables_inference_for_type_acquisition_by_looking_at_filenames_in_a_project: DiagnosticMessage; Reduce_the_number_of_projects_loaded_automatically_by_TypeScript: DiagnosticMessage; Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server: DiagnosticMessage; Opt_a_project_out_of_multi_project_reference_checking_when_editing: DiagnosticMessage; Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects: DiagnosticMessage; Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration: DiagnosticMessage; Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files: DiagnosticMessage; Only_output_d_ts_files_and_not_JavaScript_files: DiagnosticMessage; Emit_design_type_metadata_for_decorated_declarations_in_source_files: DiagnosticMessage; Disable_the_type_acquisition_for_JavaScript_projects: DiagnosticMessage; Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheticDefaultImports_for_type_compatibility: DiagnosticMessage; Filters_results_from_the_include_option: DiagnosticMessage; Remove_a_list_of_directories_from_the_watch_process: DiagnosticMessage; Remove_a_list_of_files_from_the_watch_mode_s_processing: DiagnosticMessage; Enable_experimental_support_for_legacy_experimental_decorators: DiagnosticMessage; Print_files_read_during_the_compilation_including_why_it_was_included: DiagnosticMessage; Output_more_detailed_compiler_performance_information_after_building: DiagnosticMessage; Specify_one_or_more_path_or_node_module_references_to_base_configuration_files_from_which_settings_are_inherited: DiagnosticMessage; Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers: DiagnosticMessage; Include_a_list_of_files_This_does_not_support_glob_patterns_as_opposed_to_include: DiagnosticMessage; Build_all_projects_including_those_that_appear_to_be_up_to_date: DiagnosticMessage; Ensure_that_casing_is_correct_in_imports: DiagnosticMessage; Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging: DiagnosticMessage; Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file: DiagnosticMessage; Skip_building_downstream_projects_on_error_in_upstream_project: DiagnosticMessage; Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation: DiagnosticMessage; Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects: DiagnosticMessage; Include_sourcemap_files_inside_the_emitted_JavaScript: DiagnosticMessage; Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript: DiagnosticMessage; Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports: DiagnosticMessage; Specify_what_JSX_code_is_generated: DiagnosticMessage; Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h: DiagnosticMessage; Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragment_or_Fragment: DiagnosticMessage; Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Asterisk: DiagnosticMessage; Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option: DiagnosticMessage; Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment: DiagnosticMessage; Print_the_names_of_emitted_files_after_a_compilation: DiagnosticMessage; Print_all_of_the_files_read_during_the_compilation: DiagnosticMessage; Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit: DiagnosticMessage; Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations: DiagnosticMessage; Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicable_with_allowJs: DiagnosticMessage; Specify_what_module_code_is_generated: DiagnosticMessage; Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier: DiagnosticMessage; Set_the_newline_character_for_emitting_files: DiagnosticMessage; Disable_emitting_files_from_a_compilation: DiagnosticMessage; Disable_generating_custom_helper_functions_like_extends_in_compiled_output: DiagnosticMessage; Disable_emitting_files_if_any_type_checking_errors_are_reported: DiagnosticMessage; Disable_truncating_types_in_error_messages: DiagnosticMessage; Enable_error_reporting_for_fallthrough_cases_in_switch_statements: DiagnosticMessage; Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type: DiagnosticMessage; Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier: DiagnosticMessage; Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function: DiagnosticMessage; Enable_error_reporting_when_this_is_given_the_type_any: DiagnosticMessage; Disable_adding_use_strict_directives_in_emitted_JavaScript_files: DiagnosticMessage; Disable_including_any_library_files_including_the_default_lib_d_ts: DiagnosticMessage; Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type: DiagnosticMessage; Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add_to_a_project: DiagnosticMessage; Disable_strict_checking_of_generic_signatures_in_function_types: DiagnosticMessage; Add_undefined_to_a_type_when_accessed_using_an_index: DiagnosticMessage; Enable_error_reporting_when_local_variables_aren_t_read: DiagnosticMessage; Raise_an_error_when_a_function_parameter_isn_t_read: DiagnosticMessage; Deprecated_setting_Use_outFile_instead: DiagnosticMessage; Specify_an_output_folder_for_all_emitted_files: DiagnosticMessage; Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designates_a_file_that_bundles_all_d_ts_output: DiagnosticMessage; Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations: DiagnosticMessage; Specify_a_list_of_language_service_plugins_to_include: DiagnosticMessage; Disable_erasing_const_enum_declarations_in_generated_code: DiagnosticMessage; Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node: DiagnosticMessage; Disable_wiping_the_console_in_watch_mode: DiagnosticMessage; Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read: DiagnosticMessage; Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit: DiagnosticMessage; Specify_an_array_of_objects_that_specify_paths_for_projects_Used_in_project_references: DiagnosticMessage; Disable_emitting_comments: DiagnosticMessage; Enable_importing_json_files: DiagnosticMessage; Specify_the_root_folder_within_your_source_files: DiagnosticMessage; Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules: DiagnosticMessage; Skip_type_checking_d_ts_files_that_are_included_with_TypeScript: DiagnosticMessage; Skip_type_checking_all_d_ts_files: DiagnosticMessage; Create_source_map_files_for_emitted_JavaScript_files: DiagnosticMessage; Specify_the_root_path_for_debuggers_to_find_the_reference_source_code: DiagnosticMessage; Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function: DiagnosticMessage; When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible: DiagnosticMessage; When_type_checking_take_into_account_null_and_undefined: DiagnosticMessage; Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor: DiagnosticMessage; Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments: DiagnosticMessage; Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals: DiagnosticMessage; Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures: DiagnosticMessage; Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_support_recursive_watching_natively: DiagnosticMessage; Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declarations: DiagnosticMessage; Log_paths_used_during_the_moduleResolution_process: DiagnosticMessage; Specify_the_path_to_tsbuildinfo_incremental_compilation_file: DiagnosticMessage; Specify_options_for_automatic_acquisition_of_declaration_files: DiagnosticMessage; Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types: DiagnosticMessage; Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file: DiagnosticMessage; Emit_ECMAScript_standard_compliant_class_fields: DiagnosticMessage; Enable_verbose_logging: DiagnosticMessage; Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality: DiagnosticMessage; Specify_how_the_TypeScript_watch_mode_works: DiagnosticMessage; Require_undeclared_properties_from_index_signatures_to_use_element_accesses: DiagnosticMessage; Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types: DiagnosticMessage; Require_sufficient_annotation_on_exports_so_other_tools_can_trivially_generate_declaration_files: DiagnosticMessage; Built_in_iterators_are_instantiated_with_a_TReturn_type_of_undefined_instead_of_any: DiagnosticMessage; Default_catch_clause_variables_as_unknown_instead_of_any: DiagnosticMessage; Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_in_the_output_file_s_format_based_on_the_module_setting: DiagnosticMessage; Disable_full_type_checking_only_critical_parse_and_emit_errors_will_be_reported: DiagnosticMessage; Check_side_effect_imports: DiagnosticMessage; This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2: DiagnosticMessage; one_of_Colon: DiagnosticMessage; one_or_more_Colon: DiagnosticMessage; type_Colon: DiagnosticMessage; default_Colon: DiagnosticMessage; module_system_or_esModuleInterop: DiagnosticMessage; false_unless_strict_is_set: DiagnosticMessage; false_unless_composite_is_set: DiagnosticMessage; node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified: DiagnosticMessage; if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk: DiagnosticMessage; true_if_composite_false_otherwise: DiagnosticMessage; module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node: DiagnosticMessage; Computed_from_the_list_of_input_files: DiagnosticMessage; Platform_specific: DiagnosticMessage; You_can_learn_about_all_of_the_compiler_options_at_0: DiagnosticMessage; Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_config_watch_mode_with_Colon: DiagnosticMessage; Using_build_b_will_make_tsc_behave_more_like_a_build_orchestrator_than_a_compiler_This_is_used_to_trigger_building_composite_projects_which_you_can_learn_more_about_at_0: DiagnosticMessage; COMMON_COMMANDS: DiagnosticMessage; ALL_COMPILER_OPTIONS: DiagnosticMessage; WATCH_OPTIONS: DiagnosticMessage; BUILD_OPTIONS: DiagnosticMessage; COMMON_COMPILER_OPTIONS: DiagnosticMessage; COMMAND_LINE_FLAGS: DiagnosticMessage; tsc_Colon_The_TypeScript_Compiler: DiagnosticMessage; Compiles_the_current_project_tsconfig_json_in_the_working_directory: DiagnosticMessage; Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options: DiagnosticMessage; Build_a_composite_project_in_the_working_directory: DiagnosticMessage; Creates_a_tsconfig_json_with_the_recommended_settings_in_the_working_directory: DiagnosticMessage; Compiles_the_TypeScript_project_located_at_the_specified_path: DiagnosticMessage; An_expanded_version_of_this_information_showing_all_possible_compiler_options: DiagnosticMessage; Compiles_the_current_project_with_additional_settings: DiagnosticMessage; true_for_ES2022_and_above_including_ESNext: DiagnosticMessage; List_of_file_name_suffixes_to_search_when_resolving_a_module: DiagnosticMessage; Variable_0_implicitly_has_an_1_type: DiagnosticMessage; Parameter_0_implicitly_has_an_1_type: DiagnosticMessage; Member_0_implicitly_has_an_1_type: DiagnosticMessage; new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type: DiagnosticMessage; _0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type: DiagnosticMessage; Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type: DiagnosticMessage; This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation: DiagnosticMessage; Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type: DiagnosticMessage; Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type: DiagnosticMessage; Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number: DiagnosticMessage; Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type: DiagnosticMessage; Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature: DiagnosticMessage; Object_literal_s_property_0_implicitly_has_an_1_type: DiagnosticMessage; Rest_parameter_0_implicitly_has_an_any_type: DiagnosticMessage; Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type: DiagnosticMessage; _0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or_indirectly_in_its_own_initializer: DiagnosticMessage; _0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions: DiagnosticMessage; Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions: DiagnosticMessage; Generator_implicitly_has_yield_type_0_Consider_supplying_a_return_type_annotation: DiagnosticMessage; JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists: DiagnosticMessage; Unreachable_code_detected: DiagnosticMessage; Unused_label: DiagnosticMessage; Fallthrough_case_in_switch: DiagnosticMessage; Not_all_code_paths_return_a_value: DiagnosticMessage; Binding_element_0_implicitly_has_an_1_type: DiagnosticMessage; Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation: DiagnosticMessage; Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation: DiagnosticMessage; Variable_0_implicitly_has_type_1_in_some_locations_where_its_type_cannot_be_determined: DiagnosticMessage; Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare_module_0: DiagnosticMessage; Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0: DiagnosticMessage; Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for_all_imports_Implies_allowSyntheticDefaultImports: DiagnosticMessage; Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cause_a_failure_at_runtime_Consider_using_a_default_import_or_import_require_here_instead: DiagnosticMessage; Mapped_object_type_implicitly_has_an_any_template_type: DiagnosticMessage; If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_Slash_Slashgithub_com_SlashDefinitelyTyped_SlashDefinitelyTyped_Slashtree_Slashmaster_Slashtypes_Slash_1: DiagnosticMessage; The_containing_arrow_function_captures_the_global_value_of_this: DiagnosticMessage; Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used: DiagnosticMessage; Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage: DiagnosticMessage; Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage: DiagnosticMessage; Member_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage: DiagnosticMessage; Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_from_usage: DiagnosticMessage; Rest_parameter_0_implicitly_has_an_any_type_but_a_better_type_may_be_inferred_from_usage: DiagnosticMessage; Property_0_implicitly_has_type_any_but_a_better_type_for_its_get_accessor_may_be_inferred_from_usage: DiagnosticMessage; Property_0_implicitly_has_type_any_but_a_better_type_for_its_set_accessor_may_be_inferred_from_usage: DiagnosticMessage; _0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage: DiagnosticMessage; Parameter_has_a_name_but_no_type_Did_you_mean_0_Colon_1: DiagnosticMessage; Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1: DiagnosticMessage; Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1: DiagnosticMessage; No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1: DiagnosticMessage; _0_which_lacks_return_type_annotation_implicitly_has_an_1_yield_type: DiagnosticMessage; The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_type_annotation_is_needed: DiagnosticMessage; yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_type_annotation: DiagnosticMessage; If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_declare_module_1: DiagnosticMessage; This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead: DiagnosticMessage; This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_constraint: DiagnosticMessage; A_mapped_type_may_not_declare_properties_or_methods: DiagnosticMessage; You_cannot_rename_this_element: DiagnosticMessage; You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library: DiagnosticMessage; import_can_only_be_used_in_TypeScript_files: DiagnosticMessage; export_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Type_parameter_declarations_can_only_be_used_in_TypeScript_files: DiagnosticMessage; implements_clauses_can_only_be_used_in_TypeScript_files: DiagnosticMessage; _0_declarations_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Type_aliases_can_only_be_used_in_TypeScript_files: DiagnosticMessage; The_0_modifier_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Type_annotations_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Type_arguments_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Parameter_modifiers_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Non_null_assertions_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Type_assertion_expressions_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Signature_declarations_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Report_errors_in_js_files: DiagnosticMessage; JSDoc_types_can_only_be_used_inside_documentation_comments: DiagnosticMessage; JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags: DiagnosticMessage; JSDoc_0_is_not_attached_to_a_class: DiagnosticMessage; JSDoc_0_1_does_not_match_the_extends_2_clause: DiagnosticMessage; JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name: DiagnosticMessage; Class_declarations_cannot_have_more_than_one_augments_or_extends_tag: DiagnosticMessage; Expected_0_type_arguments_provide_these_with_an_extends_tag: DiagnosticMessage; Expected_0_1_type_arguments_provide_these_with_an_extends_tag: DiagnosticMessage; JSDoc_may_only_appear_in_the_last_parameter_of_a_signature: DiagnosticMessage; JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_had_an_array_type: DiagnosticMessage; The_type_of_a_function_declaration_must_match_the_function_s_signature: DiagnosticMessage; You_cannot_rename_a_module_via_a_global_import: DiagnosticMessage; Qualified_name_0_is_not_allowed_without_a_leading_param_object_1: DiagnosticMessage; A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags: DiagnosticMessage; The_tag_was_first_specified_here: DiagnosticMessage; You_cannot_rename_elements_that_are_defined_in_a_node_modules_folder: DiagnosticMessage; You_cannot_rename_elements_that_are_defined_in_another_node_modules_folder: DiagnosticMessage; Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files: DiagnosticMessage; Decorators_may_not_appear_after_export_or_export_default_if_they_also_appear_before_export: DiagnosticMessage; A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag: DiagnosticMessage; Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_declaration_emit: DiagnosticMessage; Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotation_may_unblock_declaration_emit: DiagnosticMessage; Function_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations: DiagnosticMessage; Method_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations: DiagnosticMessage; At_least_one_accessor_must_have_an_explicit_type_annotation_with_isolatedDeclarations: DiagnosticMessage; Variable_must_have_an_explicit_type_annotation_with_isolatedDeclarations: DiagnosticMessage; Parameter_must_have_an_explicit_type_annotation_with_isolatedDeclarations: DiagnosticMessage; Property_must_have_an_explicit_type_annotation_with_isolatedDeclarations: DiagnosticMessage; Expression_type_can_t_be_inferred_with_isolatedDeclarations: DiagnosticMessage; Computed_properties_must_be_number_or_string_literals_variables_or_dotted_expressions_with_isolatedDeclarations: DiagnosticMessage; Objects_that_contain_spread_assignments_can_t_be_inferred_with_isolatedDeclarations: DiagnosticMessage; Objects_that_contain_shorthand_properties_can_t_be_inferred_with_isolatedDeclarations: DiagnosticMessage; Only_const_arrays_can_be_inferred_with_isolatedDeclarations: DiagnosticMessage; Arrays_with_spread_elements_can_t_inferred_with_isolatedDeclarations: DiagnosticMessage; Binding_elements_can_t_be_exported_directly_with_isolatedDeclarations: DiagnosticMessage; Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDeclarations: DiagnosticMessage; Extends_clause_can_t_contain_an_expression_with_isolatedDeclarations: DiagnosticMessage; Inference_from_class_expressions_is_not_supported_with_isolatedDeclarations: DiagnosticMessage; Assigning_properties_to_functions_without_declaring_them_is_not_supported_with_isolatedDeclarations_Add_an_explicit_declaration_for_the_properties_assigned_to_this_function: DiagnosticMessage; Declaration_emit_for_this_parameter_requires_implicitly_adding_undefined_to_its_type_This_is_not_supported_with_isolatedDeclarations: DiagnosticMessage; Declaration_emit_for_this_file_requires_preserving_this_import_for_augmentations_This_is_not_supported_with_isolatedDeclarations: DiagnosticMessage; Add_a_type_annotation_to_the_variable_0: DiagnosticMessage; Add_a_type_annotation_to_the_parameter_0: DiagnosticMessage; Add_a_type_annotation_to_the_property_0: DiagnosticMessage; Add_a_return_type_to_the_function_expression: DiagnosticMessage; Add_a_return_type_to_the_function_declaration: DiagnosticMessage; Add_a_return_type_to_the_get_accessor_declaration: DiagnosticMessage; Add_a_type_to_parameter_of_the_set_accessor_declaration: DiagnosticMessage; Add_a_return_type_to_the_method: DiagnosticMessage; Add_satisfies_and_a_type_assertion_to_this_expression_satisfies_T_as_T_to_make_the_type_explicit: DiagnosticMessage; Move_the_expression_in_default_export_to_a_variable_and_add_a_type_annotation_to_it: DiagnosticMessage; Default_exports_can_t_be_inferred_with_isolatedDeclarations: DiagnosticMessage; Computed_property_names_on_class_or_object_literals_cannot_be_inferred_with_isolatedDeclarations: DiagnosticMessage; Type_containing_private_name_0_can_t_be_used_with_isolatedDeclarations: DiagnosticMessage; JSX_attributes_must_only_be_assigned_a_non_empty_expression: DiagnosticMessage; JSX_elements_cannot_have_multiple_attributes_with_the_same_name: DiagnosticMessage; Expected_corresponding_JSX_closing_tag_for_0: DiagnosticMessage; Cannot_use_JSX_unless_the_jsx_flag_is_provided: DiagnosticMessage; A_constructor_cannot_contain_a_super_call_when_its_class_extends_null: DiagnosticMessage; An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses: DiagnosticMessage; A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses: DiagnosticMessage; JSX_element_0_has_no_corresponding_closing_tag: DiagnosticMessage; super_must_be_called_before_accessing_this_in_the_constructor_of_a_derived_class: DiagnosticMessage; Unknown_type_acquisition_option_0: DiagnosticMessage; super_must_be_called_before_accessing_a_property_of_super_in_the_constructor_of_a_derived_class: DiagnosticMessage; _0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2: DiagnosticMessage; Meta_property_0_is_only_allowed_in_the_body_of_a_function_declaration_function_expression_or_constructor: DiagnosticMessage; JSX_fragment_has_no_corresponding_closing_tag: DiagnosticMessage; Expected_corresponding_closing_tag_for_JSX_fragment: DiagnosticMessage; The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_compiler_option: DiagnosticMessage; An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments: DiagnosticMessage; Unknown_type_acquisition_option_0_Did_you_mean_1: DiagnosticMessage; _0_at_the_end_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1: DiagnosticMessage; _0_at_the_start_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1: DiagnosticMessage; Unicode_escape_sequence_cannot_appear_here: DiagnosticMessage; Circularity_detected_while_resolving_configuration_Colon_0: DiagnosticMessage; The_files_list_in_config_file_0_is_empty: DiagnosticMessage; No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2: DiagnosticMessage; File_is_a_CommonJS_module_it_may_be_converted_to_an_ES_module: DiagnosticMessage; This_constructor_function_may_be_converted_to_a_class_declaration: DiagnosticMessage; Import_may_be_converted_to_a_default_import: DiagnosticMessage; JSDoc_types_may_be_moved_to_TypeScript_types: DiagnosticMessage; require_call_may_be_converted_to_an_import: DiagnosticMessage; This_may_be_converted_to_an_async_function: DiagnosticMessage; await_has_no_effect_on_the_type_of_this_expression: DiagnosticMessage; Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accurately_as_integers: DiagnosticMessage; JSDoc_typedef_may_be_converted_to_TypeScript_type: DiagnosticMessage; JSDoc_typedefs_may_be_converted_to_TypeScript_types: DiagnosticMessage; Add_missing_super_call: DiagnosticMessage; Make_super_call_the_first_statement_in_the_constructor: DiagnosticMessage; Change_extends_to_implements: DiagnosticMessage; Remove_unused_declaration_for_Colon_0: DiagnosticMessage; Remove_import_from_0: DiagnosticMessage; Implement_interface_0: DiagnosticMessage; Implement_inherited_abstract_class: DiagnosticMessage; Add_0_to_unresolved_variable: DiagnosticMessage; Remove_variable_statement: DiagnosticMessage; Remove_template_tag: DiagnosticMessage; Remove_type_parameters: DiagnosticMessage; Import_0_from_1: DiagnosticMessage; Change_0_to_1: DiagnosticMessage; Declare_property_0: DiagnosticMessage; Add_index_signature_for_property_0: DiagnosticMessage; Disable_checking_for_this_file: DiagnosticMessage; Ignore_this_error_message: DiagnosticMessage; Initialize_property_0_in_the_constructor: DiagnosticMessage; Initialize_static_property_0: DiagnosticMessage; Change_spelling_to_0: DiagnosticMessage; Declare_method_0: DiagnosticMessage; Declare_static_method_0: DiagnosticMessage; Prefix_0_with_an_underscore: DiagnosticMessage; Rewrite_as_the_indexed_access_type_0: DiagnosticMessage; Declare_static_property_0: DiagnosticMessage; Call_decorator_expression: DiagnosticMessage; Add_async_modifier_to_containing_function: DiagnosticMessage; Replace_infer_0_with_unknown: DiagnosticMessage; Replace_all_unused_infer_with_unknown: DiagnosticMessage; Add_parameter_name: DiagnosticMessage; Declare_private_property_0: DiagnosticMessage; Replace_0_with_Promise_1: DiagnosticMessage; Fix_all_incorrect_return_type_of_an_async_functions: DiagnosticMessage; Declare_private_method_0: DiagnosticMessage; Remove_unused_destructuring_declaration: DiagnosticMessage; Remove_unused_declarations_for_Colon_0: DiagnosticMessage; Declare_a_private_field_named_0: DiagnosticMessage; Includes_imports_of_types_referenced_by_0: DiagnosticMessage; Remove_type_from_import_declaration_from_0: DiagnosticMessage; Remove_type_from_import_of_0_from_1: DiagnosticMessage; Add_import_from_0: DiagnosticMessage; Update_import_from_0: DiagnosticMessage; Export_0_from_module_1: DiagnosticMessage; Export_all_referenced_locals: DiagnosticMessage; Update_modifiers_of_0: DiagnosticMessage; Add_annotation_of_type_0: DiagnosticMessage; Add_return_type_0: DiagnosticMessage; Extract_base_class_to_variable: DiagnosticMessage; Extract_default_export_to_variable: DiagnosticMessage; Extract_binding_expressions_to_variable: DiagnosticMessage; Add_all_missing_type_annotations: DiagnosticMessage; Add_satisfies_and_an_inline_type_assertion_with_0: DiagnosticMessage; Extract_to_variable_and_replace_with_0_as_typeof_0: DiagnosticMessage; Mark_array_literal_as_const: DiagnosticMessage; Annotate_types_of_properties_expando_function_in_a_namespace: DiagnosticMessage; Convert_function_to_an_ES2015_class: DiagnosticMessage; Convert_0_to_1_in_0: DiagnosticMessage; Extract_to_0_in_1: DiagnosticMessage; Extract_function: DiagnosticMessage; Extract_constant: DiagnosticMessage; Extract_to_0_in_enclosing_scope: DiagnosticMessage; Extract_to_0_in_1_scope: DiagnosticMessage; Annotate_with_type_from_JSDoc: DiagnosticMessage; Infer_type_of_0_from_usage: DiagnosticMessage; Infer_parameter_types_from_usage: DiagnosticMessage; Convert_to_default_import: DiagnosticMessage; Install_0: DiagnosticMessage; Replace_import_with_0: DiagnosticMessage; Use_synthetic_default_member: DiagnosticMessage; Convert_to_ES_module: DiagnosticMessage; Add_undefined_type_to_property_0: DiagnosticMessage; Add_initializer_to_property_0: DiagnosticMessage; Add_definite_assignment_assertion_to_property_0: DiagnosticMessage; Convert_all_type_literals_to_mapped_type: DiagnosticMessage; Add_all_missing_members: DiagnosticMessage; Infer_all_types_from_usage: DiagnosticMessage; Delete_all_unused_declarations: DiagnosticMessage; Prefix_all_unused_declarations_with_where_possible: DiagnosticMessage; Fix_all_detected_spelling_errors: DiagnosticMessage; Add_initializers_to_all_uninitialized_properties: DiagnosticMessage; Add_definite_assignment_assertions_to_all_uninitialized_properties: DiagnosticMessage; Add_undefined_type_to_all_uninitialized_properties: DiagnosticMessage; Change_all_jsdoc_style_types_to_TypeScript: DiagnosticMessage; Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types: DiagnosticMessage; Implement_all_unimplemented_interfaces: DiagnosticMessage; Install_all_missing_types_packages: DiagnosticMessage; Rewrite_all_as_indexed_access_types: DiagnosticMessage; Convert_all_to_default_imports: DiagnosticMessage; Make_all_super_calls_the_first_statement_in_their_constructor: DiagnosticMessage; Add_qualifier_to_all_unresolved_variables_matching_a_member_name: DiagnosticMessage; Change_all_extended_interfaces_to_implements: DiagnosticMessage; Add_all_missing_super_calls: DiagnosticMessage; Implement_all_inherited_abstract_classes: DiagnosticMessage; Add_all_missing_async_modifiers: DiagnosticMessage; Add_ts_ignore_to_all_error_messages: DiagnosticMessage; Annotate_everything_with_types_from_JSDoc: DiagnosticMessage; Add_to_all_uncalled_decorators: DiagnosticMessage; Convert_all_constructor_functions_to_classes: DiagnosticMessage; Generate_get_and_set_accessors: DiagnosticMessage; Convert_require_to_import: DiagnosticMessage; Convert_all_require_to_import: DiagnosticMessage; Move_to_a_new_file: DiagnosticMessage; Remove_unreachable_code: DiagnosticMessage; Remove_all_unreachable_code: DiagnosticMessage; Add_missing_typeof: DiagnosticMessage; Remove_unused_label: DiagnosticMessage; Remove_all_unused_labels: DiagnosticMessage; Convert_0_to_mapped_object_type: DiagnosticMessage; Convert_namespace_import_to_named_imports: DiagnosticMessage; Convert_named_imports_to_namespace_import: DiagnosticMessage; Add_or_remove_braces_in_an_arrow_function: DiagnosticMessage; Add_braces_to_arrow_function: DiagnosticMessage; Remove_braces_from_arrow_function: DiagnosticMessage; Convert_default_export_to_named_export: DiagnosticMessage; Convert_named_export_to_default_export: DiagnosticMessage; Add_missing_enum_member_0: DiagnosticMessage; Add_all_missing_imports: DiagnosticMessage; Convert_to_async_function: DiagnosticMessage; Convert_all_to_async_functions: DiagnosticMessage; Add_missing_call_parentheses: DiagnosticMessage; Add_all_missing_call_parentheses: DiagnosticMessage; Add_unknown_conversion_for_non_overlapping_types: DiagnosticMessage; Add_unknown_to_all_conversions_of_non_overlapping_types: DiagnosticMessage; Add_missing_new_operator_to_call: DiagnosticMessage; Add_missing_new_operator_to_all_calls: DiagnosticMessage; Add_names_to_all_parameters_without_names: DiagnosticMessage; Enable_the_experimentalDecorators_option_in_your_configuration_file: DiagnosticMessage; Convert_parameters_to_destructured_object: DiagnosticMessage; Extract_type: DiagnosticMessage; Extract_to_type_alias: DiagnosticMessage; Extract_to_typedef: DiagnosticMessage; Infer_this_type_of_0_from_usage: DiagnosticMessage; Add_const_to_unresolved_variable: DiagnosticMessage; Add_const_to_all_unresolved_variables: DiagnosticMessage; Add_await: DiagnosticMessage; Add_await_to_initializer_for_0: DiagnosticMessage; Fix_all_expressions_possibly_missing_await: DiagnosticMessage; Remove_unnecessary_await: DiagnosticMessage; Remove_all_unnecessary_uses_of_await: DiagnosticMessage; Enable_the_jsx_flag_in_your_configuration_file: DiagnosticMessage; Add_await_to_initializers: DiagnosticMessage; Extract_to_interface: DiagnosticMessage; Convert_to_a_bigint_numeric_literal: DiagnosticMessage; Convert_all_to_bigint_numeric_literals: DiagnosticMessage; Convert_const_to_let: DiagnosticMessage; Prefix_with_declare: DiagnosticMessage; Prefix_all_incorrect_property_declarations_with_declare: DiagnosticMessage; Convert_to_template_string: DiagnosticMessage; Add_export_to_make_this_file_into_a_module: DiagnosticMessage; Set_the_target_option_in_your_configuration_file_to_0: DiagnosticMessage; Set_the_module_option_in_your_configuration_file_to_0: DiagnosticMessage; Convert_invalid_character_to_its_html_entity_code: DiagnosticMessage; Convert_all_invalid_characters_to_HTML_entity_code: DiagnosticMessage; Convert_all_const_to_let: DiagnosticMessage; Convert_function_expression_0_to_arrow_function: DiagnosticMessage; Convert_function_declaration_0_to_arrow_function: DiagnosticMessage; Fix_all_implicit_this_errors: DiagnosticMessage; Wrap_invalid_character_in_an_expression_container: DiagnosticMessage; Wrap_all_invalid_characters_in_an_expression_container: DiagnosticMessage; Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file: DiagnosticMessage; Add_a_return_statement: DiagnosticMessage; Remove_braces_from_arrow_function_body: DiagnosticMessage; Wrap_the_following_body_with_parentheses_which_should_be_an_object_literal: DiagnosticMessage; Add_all_missing_return_statement: DiagnosticMessage; Remove_braces_from_all_arrow_function_bodies_with_relevant_issues: DiagnosticMessage; Wrap_all_object_literal_with_parentheses: DiagnosticMessage; Move_labeled_tuple_element_modifiers_to_labels: DiagnosticMessage; Convert_overload_list_to_single_signature: DiagnosticMessage; Generate_get_and_set_accessors_for_all_overriding_properties: DiagnosticMessage; Wrap_in_JSX_fragment: DiagnosticMessage; Wrap_all_unparented_JSX_in_JSX_fragment: DiagnosticMessage; Convert_arrow_function_or_function_expression: DiagnosticMessage; Convert_to_anonymous_function: DiagnosticMessage; Convert_to_named_function: DiagnosticMessage; Convert_to_arrow_function: DiagnosticMessage; Remove_parentheses: DiagnosticMessage; Could_not_find_a_containing_arrow_function: DiagnosticMessage; Containing_function_is_not_an_arrow_function: DiagnosticMessage; Could_not_find_export_statement: DiagnosticMessage; This_file_already_has_a_default_export: DiagnosticMessage; Could_not_find_import_clause: DiagnosticMessage; Could_not_find_namespace_import_or_named_imports: DiagnosticMessage; Selection_is_not_a_valid_type_node: DiagnosticMessage; No_type_could_be_extracted_from_this_type_node: DiagnosticMessage; Could_not_find_property_for_which_to_generate_accessor: DiagnosticMessage; Name_is_not_valid: DiagnosticMessage; Can_only_convert_property_with_modifier: DiagnosticMessage; Switch_each_misused_0_to_1: DiagnosticMessage; Convert_to_optional_chain_expression: DiagnosticMessage; Could_not_find_convertible_access_expression: DiagnosticMessage; Could_not_find_matching_access_expressions: DiagnosticMessage; Can_only_convert_logical_AND_access_chains: DiagnosticMessage; Add_void_to_Promise_resolved_without_a_value: DiagnosticMessage; Add_void_to_all_Promises_resolved_without_a_value: DiagnosticMessage; Use_element_access_for_0: DiagnosticMessage; Use_element_access_for_all_undeclared_properties: DiagnosticMessage; Delete_all_unused_imports: DiagnosticMessage; Infer_function_return_type: DiagnosticMessage; Return_type_must_be_inferred_from_a_function: DiagnosticMessage; Could_not_determine_function_return_type: DiagnosticMessage; Could_not_convert_to_arrow_function: DiagnosticMessage; Could_not_convert_to_named_function: DiagnosticMessage; Could_not_convert_to_anonymous_function: DiagnosticMessage; Can_only_convert_string_concatenations_and_string_literals: DiagnosticMessage; Selection_is_not_a_valid_statement_or_statements: DiagnosticMessage; Add_missing_function_declaration_0: DiagnosticMessage; Add_all_missing_function_declarations: DiagnosticMessage; Method_not_implemented: DiagnosticMessage; Function_not_implemented: DiagnosticMessage; Add_override_modifier: DiagnosticMessage; Remove_override_modifier: DiagnosticMessage; Add_all_missing_override_modifiers: DiagnosticMessage; Remove_all_unnecessary_override_modifiers: DiagnosticMessage; Can_only_convert_named_export: DiagnosticMessage; Add_missing_properties: DiagnosticMessage; Add_all_missing_properties: DiagnosticMessage; Add_missing_attributes: DiagnosticMessage; Add_all_missing_attributes: DiagnosticMessage; Add_undefined_to_optional_property_type: DiagnosticMessage; Convert_named_imports_to_default_import: DiagnosticMessage; Delete_unused_param_tag_0: DiagnosticMessage; Delete_all_unused_param_tags: DiagnosticMessage; Rename_param_tag_name_0_to_1: DiagnosticMessage; Use_0: DiagnosticMessage; Use_Number_isNaN_in_all_conditions: DiagnosticMessage; Convert_typedef_to_TypeScript_type: DiagnosticMessage; Convert_all_typedef_to_TypeScript_types: DiagnosticMessage; Move_to_file: DiagnosticMessage; Cannot_move_to_file_selected_file_is_invalid: DiagnosticMessage; Use_import_type: DiagnosticMessage; Use_type_0: DiagnosticMessage; Fix_all_with_type_only_imports: DiagnosticMessage; Cannot_move_statements_to_the_selected_file: DiagnosticMessage; Inline_variable: DiagnosticMessage; Could_not_find_variable_to_inline: DiagnosticMessage; Variables_with_multiple_declarations_cannot_be_inlined: DiagnosticMessage; Add_missing_comma_for_object_member_completion_0: DiagnosticMessage; Add_missing_parameter_to_0: DiagnosticMessage; Add_missing_parameters_to_0: DiagnosticMessage; Add_all_missing_parameters: DiagnosticMessage; Add_optional_parameter_to_0: DiagnosticMessage; Add_optional_parameters_to_0: DiagnosticMessage; Add_all_optional_parameters: DiagnosticMessage; Wrap_in_parentheses: DiagnosticMessage; Wrap_all_invalid_decorator_expressions_in_parentheses: DiagnosticMessage; Add_resolution_mode_import_attribute: DiagnosticMessage; Add_resolution_mode_import_attribute_to_all_type_only_imports_that_need_it: DiagnosticMessage; No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer: DiagnosticMessage; Classes_may_not_have_a_field_named_constructor: DiagnosticMessage; JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array: DiagnosticMessage; Private_identifiers_cannot_be_used_as_parameters: DiagnosticMessage; An_accessibility_modifier_cannot_be_used_with_a_private_identifier: DiagnosticMessage; The_operand_of_a_delete_operator_cannot_be_a_private_identifier: DiagnosticMessage; constructor_is_a_reserved_word: DiagnosticMessage; Property_0_is_not_accessible_outside_class_1_because_it_has_a_private_identifier: DiagnosticMessage; The_property_0_cannot_be_accessed_on_type_1_within_this_class_because_it_is_shadowed_by_another_private_identifier_with_the_same_spelling: DiagnosticMessage; Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2: DiagnosticMessage; Private_identifiers_are_not_allowed_outside_class_bodies: DiagnosticMessage; The_shadowing_declaration_of_0_is_defined_here: DiagnosticMessage; The_declaration_of_0_that_you_probably_intended_to_use_is_defined_here: DiagnosticMessage; _0_modifier_cannot_be_used_with_a_private_identifier: DiagnosticMessage; An_enum_member_cannot_be_named_with_a_private_identifier: DiagnosticMessage; can_only_be_used_at_the_start_of_a_file: DiagnosticMessage; Compiler_reserves_name_0_when_emitting_private_identifier_downlevel: DiagnosticMessage; Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher: DiagnosticMessage; Private_identifiers_are_not_allowed_in_variable_declarations: DiagnosticMessage; An_optional_chain_cannot_contain_private_identifiers: DiagnosticMessage; The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents: DiagnosticMessage; The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some: DiagnosticMessage; Type_0_is_not_assignable_to_type_1_as_required_for_computed_enum_member_values: DiagnosticMessage; Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compiler_option_is_specified_e_g_Fragment: DiagnosticMessage; Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name: DiagnosticMessage; Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_decorator: DiagnosticMessage; await_expression_cannot_be_used_inside_a_class_static_block: DiagnosticMessage; for_await_loops_cannot_be_used_inside_a_class_static_block: DiagnosticMessage; Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block: DiagnosticMessage; A_return_statement_cannot_be_used_inside_a_class_static_block: DiagnosticMessage; _0_is_a_type_and_cannot_be_imported_in_JavaScript_files_Use_1_in_a_JSDoc_type_annotation: DiagnosticMessage; Types_cannot_appear_in_export_declarations_in_JavaScript_files: DiagnosticMessage; _0_is_automatically_exported_here: DiagnosticMessage; Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher: DiagnosticMessage; _0_is_of_type_unknown: DiagnosticMessage; _0_is_possibly_null: DiagnosticMessage; _0_is_possibly_undefined: DiagnosticMessage; _0_is_possibly_null_or_undefined: DiagnosticMessage; The_value_0_cannot_be_used_here: DiagnosticMessage; Compiler_option_0_cannot_be_given_an_empty_string: DiagnosticMessage; Its_type_0_is_not_a_valid_JSX_element_type: DiagnosticMessage; await_using_statements_cannot_be_used_inside_a_class_static_block: DiagnosticMessage; _0_has_a_string_type_but_must_have_syntactically_recognizable_string_syntax_when_isolatedModules_is_enabled: DiagnosticMessage; Enum_member_following_a_non_literal_numeric_member_must_have_an_initializer_when_isolatedModules_is_enabled: DiagnosticMessage; String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es2020: DiagnosticMessage; }; //# sourceMappingURL=diagnosticInformationMap.generated.d.ts.map