Skip to content

Support wildcard libs mapping in tsconfig #98

Open
@artaommahe

Description

@artaommahe

Current version of plugin works with local libraries that mapped as described in documentation via full path for each of them.
We use shorter version with wildcard for our libs/ folder like this to avoid having hundreds of libs in paths

"paths": {
  "@skyeng/libs/*": ["./libs/*"]
},

It works completely fine with all other tooling, but currently there is no way to configure MF plugin to support such case and such libs cannot be shared between host and remotes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions