2024-02-27
2857
#typescript
Cole Gawin
84158
Feb 27, 2024 ⋅ 10 min read

Configuring nodemon with TypeScript

Cole Gawin Cole is a full-stack developer and designer for web, mobile, and backend applications. In addition to his work as a software engineer, he enjoys writing technical articles on topics relating to programming and innovation.

Recent posts:

Exploring Remix Vite And Other Breaking Changes In Version 2.2.0 And Version 2.7

Exploring Remix Vite support and other v2.20 and v7 changes

The Remix Vite integration helps speeds up development via features like HDR and HMR. Read about Remix Vite and other breaking changes.

Hussain Arif
May 14, 2024 ⋅ 7 min read
Caching In Next.js With Unstable_Cache

Caching in Next.js with unstable_cache

In this article, we explore the different caching strategies in Next.js, focusing on the `unstable_cache` function.

Kapeel Kokane
May 14, 2024 ⋅ 9 min read
Rescript Vs Typescript Overview And Comparison

ReScript vs. TypeScript: Overview and comparison

Many modern web developers are embracing emerging technologies that improve the speed of development as well as the quality of […]

Clara Ekekenta
May 13, 2024 ⋅ 7 min read
Using Pavex For Rust Web Development

Using Pavex for Rust web development

The Pavex Rust web framework is an exciting project that provides high performance, great usability, and speed.

Ukeje Goodness
May 10, 2024 ⋅ 6 min read
View all posts

3 Replies to "Configuring nodemon with TypeScript"

    1. Hey Baptiste, thanks for your comment! The “tsc” command will only compile your typescript code and stops short of actually running or executing it. But if that’s all your project needs, it’s certainly a viable option!

  1. This saved my life, thanks!
    You have a typo in the pm2 sectgion, though: “Create a file named ecosystem.config.json”
    This should have been config.js instead.

    But thanks for putting everything together

Leave a Reply