Skip to main content

⚙️ Configuration: Disabling type and linting error checks

Hint

Typescript helps you catch errors at compile time, which can save time and improve code quality, but can be challenging for those who are new to the language or who are used to the more dynamic nature of JavaScript. This sections shows the steps required to disable type & lint check on different levels