create-cycle-app icon indicating copy to clipboard operation
create-cycle-app copied to clipboard

Is it safe to enable `strictFunctionTypes`?

Open weakish opened this issue 6 years ago • 1 comments

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

weakish avatar Mar 16 '19 10:03 weakish