Skip to content

Typescript not actually doing anything #119

@flibbles

Description

@flibbles

Am I going insane?

This whole project is using typescript, but it's not actually type checking anything. I can put this right in the middle of the echarts widget:

function test() : string {
    return 5;
}

and nothing gets called out when I build. And it's not just being optimized out. I can make changes to existing methods to mess up their types. No compile errors.

Am I doing something wrong? I'm running these builds through npm run publish and such.

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