Skip to content

Commit

Permalink
actually use the mts file
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH committed Apr 4, 2024
1 parent 2940c18 commit 82deecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy-build-files.js
Expand Up @@ -22,7 +22,7 @@ async function createPackageFile() {
exports: {
'.': {
import: {
types: './index.d.ts',

This comment has been minimized.

Copy link
@arpitdalal

arpitdalal Apr 4, 2024

@ValentinH I think this should be index.module.d.mts instead

types: './index.d.mts',
default: './index.module.mjs',
},
require: {
Expand Down

0 comments on commit 82deecf

Please sign in to comment.