edbentley / ts-validate-type

Validate data at runtime using TypeScript types.
MIT License
30 stars 0 forks source link

TypeScript Transformer #3

Open edbentley opened 4 years ago

edbentley commented 4 years ago

Add a TypeScript Transformer to allow using the library without Babel.

itsdouges commented 4 years ago

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 🙂

edbentley commented 4 years ago

I think you’re right, thanks! I hadn’t started on this, but will use that resource for sure when I do. 🙂