Skip to content

Is it safe to enable strictFunctionTypes? #126

Open
@weakish

Description

@weakish

Currently, create-cycle-app turns off strictFunctionTypes checks in .tsconfig in the cycle-scripts-one-fits-all flavor.

"strict": true,
"strictFunctionTypes": false,

I want to know if it is safe to remove the line "strictFunctionTypes": false, from .tsconfig
(strict implies strictFunctionTypes)?
Will this break cycle.js or xstream?

create-cycle-app version: 5.0.0

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