Skip to content

baseUrl not support '.' #6850

Closed
Closed
@xiaoxiangmoe

Description

@xiaoxiangmoe

Is this a bug report?

Maybe

Version:

react-scripts: 3.0.0-next.68

Error info:

Your project's baseUrl can only be set to src or node_modules. Create React App does not support other values at this time.

tsconfig

{
  "compilerOptions": {
    ...,
    "baseUrl": "."
  },
}

Question:

Why is baseUrl currently limited to src or node_modules?

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