#TIL There is such thing as TypeScript tests (meaning, tests that validate the correctness of your TypeScript definitions). Here are some examples from Vue 3: https://github.com/vuejs/vue-next/tree/master/test-dts
Also, check out this repo to learn some advanced TypeScript stuff: https://github.com/type-challenges/type-challenges