ts-importer
ts-importer copied to clipboard
Import from directory when importing from index.ts
Currently when importing from a file named middleoutCompression/index.ts
ts-importer specifies the './middleoutCompression/index'
as the path.
I would be nicer if it instead simplified the path down to './middleoutCompression'
.
+1