webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.24k stars 590 forks source link

refactor(project-utils): user project ts checks by default #4125

Closed brunozoric closed 2 months ago

brunozoric commented 2 months ago

Changes

Enable TS checks in user projects by default. Users can disable it via env var WEBINY_DISABLE_TS_CHECKS=true, although it is not recommended.

How Has This Been Tested?

Manually.