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:

Using Aws Lambda And Aws Cloudfront To Optimize Image Handling

Using AWS Lambda and CloudFront to optimize image handling

Leverage services like AWS Lambda, CloudFront, and S3 to handle images more effectively, optimizing performance and providing a better UX.

Nitish Sharma
Apr 12, 2024 ⋅ 12 min read
Building Web-Based Terminal Components With Termino.js

Building web-based terminal components with Termino.js

Explore Termino.js, an open source library for integrating web-based terminals into applications, in this introduction article.

Chibuike Nwachukwu
Apr 11, 2024 ⋅ 6 min read
How To Build A Custom Gpt: Step By Step Tutorial

How to build a custom GPT: Step-by-step tutorial

Let’s see why and how to build custom GPTs — personalized versions of ChatGPT that act as custom chatbots to serve a specific purpose.

Peter Aideloje
Apr 10, 2024 ⋅ 7 min read
Jest Adoption Guide: Overview, Examples, And Alternatives

Jest adoption guide: Overview, examples, and alternatives

Jest is feature-rich testing framework that comes with several in-built features that make it powerful and easy to use.

Ibiyemi Adewakun
Apr 9, 2024 ⋅ 12 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