I've been working on a large Vue project and I want to integrate TypeScript into it. However, every time I try to do so, I run into a lot of errors that take weeks to fix. Instead of going through that, I'd like to find a way to add TypeScript to just one component in the project without making major changes or affecting imports. This would help me work with variables more efficiently. Can anyone provide guidance on how to add TypeScript to only one component without modifying main.js or impacting any imports? I haven't been able to find a solution online yet.