kazijawad / esbuild-plugin-svgr

An esbuild plugin for importing SVGs as React components.
https://npmjs.com/package/esbuild-plugin-svgr
MIT License
36 stars 12 forks source link

Allow typescript option #9

Closed mattxyzeth closed 2 years ago

mattxyzeth commented 2 years ago

SVGR has a typescript option. When this is used the loader should be 'tsx'

kazijawad commented 2 years ago

Thank you for catching this! I'll go ahead and merge it in and release a new version.