From 7f06624e09d3e3309c4064ed97fae873dabb88a8 Mon Sep 17 00:00:00 2001 From: joeldelpilar Date: Wed, 4 Dec 2024 14:49:47 +0100 Subject: [PATCH] fixup! --- nodemon.json | 2 +- readme-typescript-nodejs.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemon.json b/nodemon.json index c5add9f..d734304 100644 --- a/nodemon.json +++ b/nodemon.json @@ -2,4 +2,4 @@ "watch": ["src"], "ext": "ts", "exec": "node --inspect -r ts-node/register ./src/server.ts" -} \ No newline at end of file +} diff --git a/readme-typescript-nodejs.md b/readme-typescript-nodejs.md index eba2b20..17fd27a 100644 --- a/readme-typescript-nodejs.md +++ b/readme-typescript-nodejs.md @@ -1,4 +1,4 @@ -# typescript-nodejs +# typescript-nodejs Requirements: node.js >= 18.15.0 ( LTS ) @@ -14,4 +14,4 @@ Template for TypeScript nodejs projects. It includes: 1. Update package.json with your project details 2. Install dependencies with `npm install` -3. Start coding! \ No newline at end of file +3. Start coding!