From 1f8192dcca514a0af98a3788ea2544c8244e8aaf Mon Sep 17 00:00:00 2001 From: bowzee Date: Tue, 19 Dec 2023 06:46:00 +0300 Subject: [PATCH] add "type: module" to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 69c4349b..065a6638 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "nodejs" ], "license": "MIT", + "type": "module", "module": "runtime/esm/runtime/src/index.mjs", "main": "runtime/cjs/runtime/src/index.cjs", "types": "types/index.d.ts",