Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with typescript v4 #5997

Closed
deebov opened this issue Mar 15, 2021 · 1 comment
Closed

Incompatible with typescript v4 #5997

deebov opened this issue Mar 15, 2021 · 1 comment

Comments

@deebov
Copy link

deebov commented Mar 15, 2021

🐛 bug report

Cannot build a project that uses typescript v4

🎛 Configuration (.babelrc, package.json, cli command)

.parcelrc

{
  "extends": "@parcel/config-default",
  "transformers": {
    "*.{ts,tsx}": ["@parcel/transformer-typescript-tsc"]
  }
}

😯 Current Behavior

image

🔦 Context

We're trying to add parcel to our react component library. It not a monorepo. We have all our components under packages/ and want to bundle everything in root directory.

🌍 Your Environment

Software Version(s)
Parcel ^2.0.0-nightly.626
@parcel/transformer-typescript-tsc ^2.0.0-nightly.628
@parcel/transformer-typescript-types 2.0.0-nightly.628
Node v12.20.1
Yarn 1.22.10
Operating System macOS 11.1
@mischnic
Copy link
Member

Duplicate of #5978

@mischnic mischnic marked this as a duplicate of #5978 Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants