Skip to content

Fails when using tsconfig with extends functionality #46

@foodforarabbit

Description

@foodforarabbit
❯ good-fences src -p ./tsconfig.fence.json
thread '<unnamed>' panicked at 'Unable to find --project path: SerdeError(Error("missing field `compilerOptions`", line: 10, column: 1))', src/
lib.rs:22:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fatal runtime error: failed to initiate panic, error 5

Using the same tsconfig that works with good-fences

e.g. something like:

{
  "extends": "./tsconfig",
  "exclude": [
    "tests",
    "tmp",
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions