Skip to content

[Request] Opt out of tsconfig automation #5625

@martinmckenna

Description

@martinmckenna

screen shot 2018-10-30 at 8 32 40 am

Above is the result of running yarn start

react-scripts v2.1.0

I use the following code so I can use absolute paths in my TypeScript files, but everytime I run the yarn command, everything gets blown out, and I can't run my project

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

Is there a way or could there be a way to opt out of react-scripts auto-generating the tsconfig?

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