WhatsApp / WhatsApp-Nodejs-SDK

The official Meta Business Messaging WhatsApp Cloud API Node.js SDK.
https://whatsapp.github.io/WhatsApp-Nodejs-SDK/
Other
171 stars 84 forks source link

Cleanup tsconfig, fix exposed initializer issues #11

Closed zpao closed 1 year ago

zpao commented 1 year ago

There are really only 2 impactful changes in the tsconfig

  1. Removal of sourcemaps. These are nice but the Babel step is already stripping the necessary reference from the output so just stop building them entirely.
  2. "strictPropertyInitialization" : false is gone, so with it set to true there are a few very legitimate code issues exposed.