From 0f92e2eeca7db7487dfc8a56191afe5eb069593c Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 29 Aug 2024 15:30:19 +0200 Subject: [PATCH] update package.json --- packages/x-charts-vendor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x-charts-vendor/package.json b/packages/x-charts-vendor/package.json index 6df175e78974..59fef856b36d 100644 --- a/packages/x-charts-vendor/package.json +++ b/packages/x-charts-vendor/package.json @@ -19,7 +19,7 @@ "./package.json": "./package.json", "./*": { "types": "./*.d.ts", - "import": "./es/*.js", + "import": "./es/*.mjs", "default": "./lib/*.js" } },