Can you please add support for es6 style import statement. doing: `import ngHandsonTable from "ng-handsontable";` results in an error: > Cannot find module "ng-handsontable"
Can you please add support for es6 style import statement.
doing:
import ngHandsonTable from "ng-handsontable";results in an error: