Skip to content

Init depends on tsconfig baseUrl, which is to be removed #549

@yanghuidong

Description

@yanghuidong

Hi Chris,

I'm using @typescript/native-preview (aka tsgo, ts v7) instead of tsc for type checking, and in that version, baseUrl is no longer valid:

error TS5102: Option 'baseUrl' has been removed. Please remove it from your configuration.
  Use '"paths": {"*": ["./*"]}' instead.

12   "baseUrl": ".",

So I wonder if you could also check the paths config for that info, in case people have already migrated to the v7 syntax?

Thank you again.

Metadata

Metadata

Assignees

No one assigned

    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