Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Errors prevent app from running at all #71

Open
@PaulJuliusMartinez

Description

@PaulJuliusMartinez

A key feature of TypeScript is that it still emits output, even when there are type errors. This allows code to still be run even in the presence of type errors. However, if I add let str: string = 1; to src/index.tsx in a brand new app, I only see the "Failed to compile" message in my browser.

Is there anyway I can get around this behavior? I'm perfectly content to only see the compilation errors in my console.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions