Currently, I am on Nuxt version 3.10.0 and using Vue3 in my project. The goal is to transition my JavaScript-based Nuxt3 project to TypeScript. Is it sufficient to just replace <script setup>
with <script setup lang='ts'>
in all .vue files, or are there additional configurations required?