I created a Vue / React / Svelte + Typescript + Vite project using:
npm create vite@latestand have the following files in my project:
...tsconfig.app.jsontsconfig.jsontsconfig.node.jsonvite.config.tsHow do I get to setup absolute paths ?
so I can use something like this:
import TodoList from '@components/TodoList'import type { Todo } from "@/types/Todo"