From 1494dea33b0c52c757200f93c8e7e42be9848475 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 12:52:06 +0100 Subject: [PATCH] chore(package): explicitly declare js module type --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ab82673..875875d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ } ], "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "test": "npm run test:unit && npm run test:typescript",