Skip to content

Paths dont works into tsconfig.json #3740

@Maurizio97

Description

@Maurizio97

{ "baseUrl": ".", "paths": { "@views/*": ["src/views/*"], "@components/*": ["src/components/*"] } }

I'm trying to import the component like this
import Home from '@views/Home.vue'

but when I go to insert it I get this error
Failed to resolve import "@views/Home.vue" from "src/routes/Router.ts". Does the file exist?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions