From f0a6e67c5743394902bbc38533b65067ef868d9e Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Tue, 24 Dec 2024 17:34:31 +0100 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index de2aa29..1f51c70 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "main": "./out/main/index.js", "author": "TheThomaas", "homepage": "https://electron-vite.org", + "type": "module", "scripts": { "format": "prettier --write .", "lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",