Sometimes, we want to enumerate properties on an object with TypeScript. In this article, we’ll…
Month: April 2022
Sometimes, we want to disable TSLint in VS Code. In this article, we’ll look at…
Sometimes, we want to fix the “Exceeds maximum line length of 120” TypeScript TSLint error.…
Sometimes, we want to fix the “Property ‘replaceAll’ does not exist on type ‘string’” error…
Sometimes, we want to generate TypeScript declaration files from JavaScript code. In this article, we’ll…
Sometimes, we want to lint an entire folder using TypeScript TSLint. In this article, we’ll…
Sometimes, we want to fix the ‘React.SFC is now deprecated’ warning with React and TypeScript.…
Sometimes, we want to read and write a text file in TypeScript. In this article,…
Sometimes, we want to fix the “index.d.ts is not a module” error when importing the…
Sometimes, we want to install and run TypeScript locally in npm. In this article, we’ll…