Sometimes, we want to clone an object with TypeScript. In this article, we’ll look at…
Month: April 2022
Sometimes, we want to override interface property type defined in Typescript d.ts file. In this…
Sometimes, we want to import a JSON file in TypeScript. In this article, we’ll look…
Sometimes, we want to fix the ‘What does the error “JSX element type ‘…’ does…
Sometimes, we want to fix the “Build:No inputs were found in config file” with the…
Sometimes, we want to add types for key-value pairs in TypeScript. In this article, we’ll…
Sometimes, we want to fix the “Property ‘value’ does not exist on type ‘Readonly<{}>’ ”…
Sometimes, we want to create an empty typed container array with TypeScript. In this article,…
Sometimes, we want to cast a number to a string in TypeScript. In this article,…
Sometimes, we want to make TypeScript interface properties optional. In this article, we’ll look at…