klap
klap copied to clipboard
feat: adds support for typescript transformers when usets is enabled
This change adds the ttypescript module to this project and integrates with rollup so everyone that uses it with typescript can add Typescript transformers without having to change anything. It will just work seamlessly by reading the tsconfig.json's compilerOptions.plugins section as it is meant to do. Related to issue #449
@osdevisnot Please let me know if you are happy with the way I've changed klap to support typescript transformers or if I need to find a different way to implement it. Thanks!
👋 @caioquirino this looks great.
Can we add a new flag to use ttypescript as opposed to overloading usets flag?