You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Multiple Issue Fixes
- Allow more than one path routing (fixes#60)
- Remove implicit extensions from output (fixes#24)
- Properly implemented isTypeOnly (fixes#48)
- Corrected errors in tests due to TS changing logic for type only star exports
- Bonus: Made package zero-dependency
* Removed accidental dependency
Example
./index.ts
./tsconfig.json
Output:
index.js
(I used ESNext for readability, but happens with CommonJS as well)The text was updated successfully, but these errors were encountered: