Sometimes, we want to fix the ‘Missing file extension “ts” import/extensions’ error with TypeScript and…
Coding
Sometimes, we want to define interfaces for nested objects with TypeScript. In this article, we’ll…
Sometimes, we want to create a global variable in TypeScript. In this article, we’ll look…
Sometimes, we want to export an imported interface with TypeScript. In this article, we’ll look…
Sometimes, we want to add an optional function in Interface with TypeScript. In this article,…
Sometimes, we want to add types for functions with variable argument counts with TypeScript. In…
Sometimes, we want to do method overloading in TypeScript. In this article, we’ll look at…
Sometimes, we want to fix the “Cannot find name ‘describe’. Do you need to install…
Sometimes, we want to use the spread syntax and new Set() together with TypeScript. In…
Sometimes, we want to fix ‘console.log are not allowed’ error with TypeScript tslint. In this…