Curia Damiano's blog
  • Home
  • Contact
  • Author
  • Help
Subscribe
Tagged

TypeScript

A collection of 2 posts

TypeScript: ignore compilation errors with ts-ignore
TypeScript

TypeScript: ignore compilation errors with ts-ignore

Sometimes, during client side development in TypeScript, your project might not compile. Not because of your fault, but because you don't have a declaration files for libraries you are using (my typical case), or because these libraries could be outdated (never happened to me yet). Still, you need to make

  • Curia Damiano
Curia Damiano Apr 17, 2020 • 1 min read
How to configure a TypeScript + WebPack project in Visual Studio Code
Visual Studio Code

How to configure a TypeScript + WebPack project in Visual Studio Code

If you develop in Angular or React or similar client side JavaScript framework, it's not common to have a CLI (Command Line Interface) that does the project scaffolding. This is very convenient: simply installing an npm package, you are able to easily create a blank project. These CLIs over time

  • Curia Damiano
Curia Damiano Mar 24, 2020 • 13 min read
Curia Damiano's blog © 2023
Powered by Ghost