Skip to content

Remove baseUrl from tsconfig.base.json #571

@hudson-newey

Description

@hudson-newey

baseUrl is deprecated and now defaults to ./

Image

This is a bit annoying since we alias the baseUrl to ./src/components and do not use the now default baseUrl.

I suspect that we can temporarily fix this issue with a TypeScript path alias

e.g.

{
  // snip
  "paths": {
    "*": "./src/components"
  },
  // snip
}

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions