Typesafe Plugin Options with TypeScript
In this lesson, learn how to prevent errors and support amazing autocompletion/intellisense by typing your Vue.js plugin’s options. This can be done with typescript and a createMyPlugin
function.
Links
- Changes made to Prep Project for TS (Commit in Github)
- Lesson Starting Point (with TS changes in Stackblitz)