Hi,
I've just stumbled upon the lint error emitted by tslint with very much default configuration:
ERROR: 30:8 no-submodule-imports Submodule import paths from this package are disallowed; import from the root instead
Would it be possible to define the index.js file and re-export everything from there?
Hi,
I've just stumbled upon the lint error emitted by tslint with very much default configuration:
Would it be possible to define the
index.jsfile and re-export everything from there?