#How do I find Library using Type script
5 messages · Page 1 of 1 (latest)
i don't even know what that UI is. you should explain more about what you're trying to do
looks like the Visual Studio screen to create new projects
@spark anvil you might want to use Visual Studio Code, instead of Visual Studio
also, people don't use pre-made templates to create TypeScript projects like they do for Windows apps
if it is a backend project, look up how to create regular JavaScript projects, then add TypeScript as a dev dependency
if it is a frontend project, look up Vite