contentful / create-contentful-extension

Create Contentful Extension is a CLI tool for developing in-app extensions without the hassle of managing build configurations.
MIT License
71 stars 14 forks source link

Building extensions does not support tsconfig `extends` property #426

Closed nib-bturner closed 2 years ago

nib-bturner commented 2 years ago

I am using the contentful-extensions-scripts start command but have found that it is using Parcel version 1.x. It is a known bug that Parcel version 1 does not support tsconfig extends see this article.

There is a workaround currently that is to copy the compilerOptions from the parent tsconfig to the child (aka the extensions I am building) but would rather raise this as an issue as there is no dialogue to identify that the extended compiler options are not working.

shikaan commented 2 years ago

Hello @nib-bturner, thanks for reaching out.

Unfortunately, this repository is not expected to get updates as all new development in Contentful's extensibility is currently happening in Apps. You can read more about Apps here.

Equivalent tooling to this one, but for apps, can be found here.

Best,