Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Deeply parse tsconfig #223

@kricsleo

Description

@kricsleo

Describe the feature

Currently the readTSConfig only parses the raw tsConfig.json file, but a complete config may extend (extends) other config files. Some opitons, such as baseUrl/paths, will be merged/replaced.
Could we propose a new API (e.g., parseTSConfig) to recursively resolve and merge configs to match TypeScript's behavior?
This would allow other packages to utilize the full tsconfig.

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions