plasticine / inject-loader

💉📦 A Webpack loader for injecting code into modules via their dependencies.
https://www.npmjs.com/package/inject-loader
MIT License
482 stars 47 forks source link

TS-support #84

Open sanibs23 opened 2 years ago

sanibs23 commented 2 years ago

@plasticine, Do you have any plan to make the package compatible with Typescript? It would be nice if it does support TS. Basically, I want to use this in my Vue 3 and TS project to test my Vuex action and mutation. Thanks