ts-validate-type
ts-validate-type copied to clipboard
TypeScript Transformer
Add a TypeScript Transformer to allow using the library without Babel.
Hey I think you'll want to write a typescript transformer, not a language service plugin. They're more for IDE intellisense, linting, etc.
I wrote a handbook here for getting started here https://github.com/madou/typescript-transformer-handbook 🙂
I think you’re right, thanks! I hadn’t started on this, but will use that resource for sure when I do. 🙂