From 82deecfcb8b3a82ff5b31e814abc0f282c01f53a Mon Sep 17 00:00:00 2001 From: Valentin Hervieu Date: Thu, 4 Apr 2024 16:15:41 +0200 Subject: [PATCH] actually use the mts file --- scripts/copy-build-files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy-build-files.js b/scripts/copy-build-files.js index c8c444e..dd6eb6e 100644 --- a/scripts/copy-build-files.js +++ b/scripts/copy-build-files.js @@ -22,7 +22,7 @@ async function createPackageFile() { exports: { '.': { import: { - types: './index.d.ts', + types: './index.d.mts', default: './index.module.mjs', }, require: {