Wednesday, 29 August 2018

Typescript stuck when compiling file that use immutable.js Map typing

I have angular2 app and i'm using immutable.js. When i use user Map function from immutable typescript compiler gets stuck. When i don't import the typing from immutable.js it works fine but i get errors for every function that i use from `immutable.js.

import {Map} from 'immutable';

this is the line that blocks typescript.



from Typescript stuck when compiling file that use immutable.js Map typing

No comments:

Post a Comment