#tsconfig

Things I've written about #tsconfig
  • /3 mins read/---

    Simplify your Node.js project with module aliases

    Tired of dealing with complex file paths in your Node.js project? Learn how to set up module aliases using TypeScript and module-alias package to simplify your imports and improve your development experience.