From e67766d5a57671f463d55fe3e1cc88e1091016af Mon Sep 17 00:00:00 2001 From: Miguel Lima <33354683+vmiguellima@users.noreply.github.com> Date: Sun, 12 Nov 2023 02:36:23 +0000 Subject: [PATCH] Set correct module --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c9aea7fd..5709143ff 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "type": "commonjs", + "type": "module", "scripts": { "lint": "tsc && eslint .", "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\""