From 2dbcc4439e6e07871d04fd50336f568aca8c9907 Mon Sep 17 00:00:00 2001 From: Przemyslaw Mejna Date: Tue, 29 Oct 2024 16:52:09 +0100 Subject: [PATCH] chore(core): change the format to esm --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 1cbb88d..d742cd7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "private": true, "scripts": { - "build": "tsc --emitDeclarationOnly && tsup index.ts --out-dir dist --format cjs", + "build": "tsc --emitDeclarationOnly && tsup index.ts --out-dir dist --format esm", "dev": "tsc -w" }, "dependencies": {