From 97edf8d274b31ea164b4f6cff2df0f09d0667f00 Mon Sep 17 00:00:00 2001 From: Gordon Syme Date: Tue, 16 Jan 2024 12:08:24 +0000 Subject: [PATCH] Apparently a dependency declaring "type": "module" impacts ts-node's ability to compile code https://github.com/TypeStrong/ts-node/issues/1062#issuecomment-983742878 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index db5ad48..909ab9e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.0.0-development", "description": "An SDK for building CircleCI Configuration files with JavaScript.", "main": "dist/index.js", - "type": "module", "types": "dist/src/index.d.ts", "scripts": { "test": "npx jest",