pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
738 stars 46 forks source link

Add support for js index file - #219 #251

Closed mrseanryan closed 1 year ago

mrseanryan commented 1 year ago

Add support for js index file

issue = #219



Supporting .js files:


Building the js/ts project:

question: how is the index.js actually executed, given that it contains TypeScript?

npx tsc  --allowJs

works but does NOT copy over index.js