Skip to content

Don't create tsconfig.json if tsconfig.base.json exists #6199

Closed
@vjsingh

Description

@vjsingh

Is this a bug report?

no

When running react-scripts start, the script creates a tsconfig.json even though I already have a tsconfig.base.json.

The base file is used because I have multiple projects (client and server) that inherit from this base file. I don't see any reason that it wouldn't be safe to avoid generated a tsconfig.json if tsconfig.base.json exists?

@Timer @ianschmitz

Metadata

Metadata

Assignees

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