Using a Typescript custom transformer in Quasar
Category: Programming
Tags: quasar, typescript
I’m working on a few projects using Quasar and Typescript. I got tired of writing my own type guards, and found ts-type-checked which ends up working great. They have an example for webpack, but quasar does some tricks behind the scenes that required a different configuration.