thombruce / tnt

Thom's Nuxt Template
https://tnt.thombruce.com/
MIT License
1 stars 0 forks source link

TypeScript #104

Closed thombruce closed 2 months ago

thombruce commented 2 months ago

Where possible (ideally everywhere), make use of lang="ts" in the script of every component/page/etc.

Modify code as necessary to limit errors.

Don't worry too much about type usage just yet, but do add them where convenient to do so.