Skip to content

Add compilerOptions.paths support #9406

Open
@ihardlight

Description

@ihardlight

Is your proposal related to a problem?

React scripts can not build app with custom relative paths as
compilerOptions: { "baseUrl": "./", "paths": { "@/*": ["src/*"], "~/*": ["../*"] } }
Error message: compilerOptions.paths must not be set (aliased imports are not supported)

Describe the solution you'd like

Using configuration from tsconfig file for aliases

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