From 28d6c8d1201f7986af44c62c62f98335cac0bccd Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 14 Nov 2023 21:03:09 +0200 Subject: [PATCH] Fix "unknown file extension" nodejs error --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c9291cf..28bb709 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues", "email": "wtc@functionalhacker.korhonen.cc" }, - "type": "module", "main": "src/main.ts", "bin": { "wtc": "bin/wtc"