vihanb / babel-plugin-wildcard

Wildcard imports import a directories JS files
MIT License
186 stars 27 forks source link

Doesn't appear to work with typescript #46

Open GigaBigBoss opened 2 years ago

GigaBigBoss commented 2 years ago

Even attempted with the following to no avail:

plugins: [ ['wildcard', { 'exts': ["js", "es6", "es", "jsx", "javascript", "ts", "tsx"] }]