From 8f499c80ea7372632ea884b1cca759dbd87f2b2c Mon Sep 17 00:00:00 2001 From: metonym Date: Thu, 25 Aug 2022 11:14:44 -0700 Subject: [PATCH] chore: set `type="module"` in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c030ff12..708c1575 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "svelte": "./src/index.js", "main": "./src/index.js", "types": "./types/index.d.ts", + "type": "module", "sideEffects": [ "css/*.css" ],