Dan503 / gulp-auto-imports

Auto generate import-only files for any file type. SCSS, JS, TS, Pug, whatever you want.
MIT License
1 stars 0 forks source link

New Features: Typescript preset & `createAutoImportTask` function #16

Closed Dan503 closed 3 years ago

Dan503 commented 3 years ago

Adds Strong Typescript support and introduces a new method for generating auto-import statements that is much faster than writing out the tasks by hand.

Fix: #10 Clean Import paths