fusepilot / parcel-plugin-cep-starter

Starter template for parcel-cep-plugin, a zero configuration CEP extension builder for Parcel.
MIT License
13 stars 10 forks source link

Add `"nolib": true` to jsx/tsconfig.json to use Adobe's native objects, not typescripts? #1

Closed zlovatt closed 3 years ago

zlovatt commented 6 years ago

For example, Adobe's File object is different than the one from Typescript. In jsx, we want Adobe's. Otherwise we get a tonne of issues about properties/methods not existing on default objects, whereas we know they do.

(Opening a ticket instead of a PR because it's possible this would have other repercussions outside of my awareness 😄)

vespakoen commented 5 years ago

Fixed in https://github.com/fusepilot/parcel-plugin-cep-starter/pull/4

zlovatt commented 3 years ago

Fixed in #27