Skip to content

Support easy navigation to submodules of the package root #17

@LinqLover

Description

@LinqLover

At the moment, I have to do:

import myPackage from '../foo'
 
// and then in sub folders
import myPackage from '../../foo'

It would be great if the following was possible, too:

import myPackage from 'this/foo'
 
// and then in sub folders it's still just:
import myPackage from 'this/foo'

However, I don't know whether it is possible. But it would be awesome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions