Skip to content

Add support for separate type checking in Type Script #63

@davidmpaz

Description

@davidmpaz

According to this section we can improve significantly the compilation speed by setting transpileOnly = true, though this require using another plugin for the type checking which does it in a separate process.

Until now I have been using fork-ts-checker-webpack-plugin. I was planning to make a PR for adding it.

Today I also found ts-checker-webpack-plugin but plugin doesn't seem to be as healthy as the other one, still exists to solve some issues with the previous.

Could we discuss to bring ideas to the table?

thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions