When using ag-grid and ts-loader >= 0.9.3 with allowJs set to true, I get lots of error like this : ``` Module '"[...]/node_modules/ag-grid/main"' has no exported member '[...]'. ``` It's fine with ts-loader 0.9.2 Maybe it's related to this issue: https://github.com/TypeStrong/ts-loader/issues/250 Since ag-grid use the typings field as well https://github.com/ceolter/ag-grid/blob/master/package.json#L9
When using ag-grid and ts-loader >= 0.9.3 with allowJs set to true, I get lots of error like this :
It's fine with ts-loader 0.9.2
Maybe it's related to this issue: #250
Since ag-grid use the typings field as well https://github.com/ceolter/ag-grid/blob/master/package.json#L9