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