babel-plugin-import-directory
babel-plugin-import-directory copied to clipboard
Add the ability to include typescript files
I required this plugin but I use typescript. If I use the wildcard plugins, it's not working since the import will add the .ts at the end of the import which indeed does not exist on my dist folder. By adding "manually" .ts files as "core extension", the include works perfectly.
If this is not wanted, maybe fix the ability to include other extension file without adding the extension to the import...