Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Support tsconfig as file path #110

Closed
@gauntface

Description

@gauntface

I'm working on a project that has Typescript code for browser and Node environments. Each have seperate tsconfig files.

The current logic looks like it searches for a tsconfig.json file in the current working directory, meaning I can't use a different config file in a subdirectory.

Would you be open to using tsconfig option as a boolean or string path?

plugins: [
      typescriptPlugin({
        tsconfig: path.join(__dirname, 'src', 'client', 'tsconfig.json'),
        typescript: require('typescript'),
      }),
    ],

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