Skip to content

NCC doesn't find tsconfig.json in the CWD #1265

@harrisgilliam

Description

@harrisgilliam

If I have sources in src/some/directory/file.ts and a tsconfig.json in the current directory and I try to execute:
ncc src/some/directory/file.ts then NCC will not see the tsconfig.json file because it only walks the dir tree back to src.

It should walk back to the current directory at least and even better it should have an option to specify the full path to the tsconfig.json file.

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